| 
                                                        @@ -1278,7 +1278,7 @@  discard block  | 
                                                    
                                                    
                                                         | 
                                                         | 
                                                         block discarded – undo  | 
                                                    
                                                                                                                                                                                                                    
                                                            | 
                                                                                                                                    1278
                                                                                                                                                                                                 | 
                                                            
                                                                                                                                    1278
                                                                                                                                                                                                 | 
                                                             	/**  | 
                                                        
                                                                                                            
                                                            | 
                                                                                                                                    1279
                                                                                                                                                                                                 | 
                                                            
                                                                                                                                    1279
                                                                                                                                                                                                 | 
                                                             	 * Get the 'can edit' information for a number of SiteTree pages.  | 
                                                        
                                                                                                            
                                                            | 
                                                                                                                                    1280
                                                                                                                                                                                                 | 
                                                            
                                                                                                                                    1280
                                                                                                                                                                                                 | 
                                                             	 *  | 
                                                        
                                                                                                            
                                                            | 
                                                                                                                                    1281
                                                                                                                                                                                                 | 
                                                            
                                                                                                                             | 
                                                            -	 * @param array $ids       An array of IDs of the SiteTree pages to look up  | 
                                                        
                                                                                                            
                                                            | 
                                                                                                                             | 
                                                            
                                                                                                                                    1281
                                                                                                                                                                                                 | 
                                                            +	 * @param integer[] $ids       An array of IDs of the SiteTree pages to look up  | 
                                                        
                                                                                                            
                                                            | 
                                                                                                                                    1282
                                                                                                                                                                                                 | 
                                                            
                                                                                                                                    1282
                                                                                                                                                                                                 | 
                                                             	 * @param int   $memberID  ID of member  | 
                                                        
                                                                                                            
                                                            | 
                                                                                                                                    1283
                                                                                                                                                                                                 | 
                                                            
                                                                                                                                    1283
                                                                                                                                                                                                 | 
                                                             	 * @param bool  $useCached Return values from the permission cache if they exist  | 
                                                        
                                                                                                            
                                                            | 
                                                                                                                                    1284
                                                                                                                                                                                                 | 
                                                            
                                                                                                                                    1284
                                                                                                                                                                                                 | 
                                                             	 * @return array  | 
                                                        
                                                                                                                                                        
                                                         | 
                                                        @@ -1351,7 +1351,7 @@  discard block  | 
                                                    
                                                    
                                                         | 
                                                         | 
                                                         block discarded – undo  | 
                                                    
                                                                                                                                                                                                                    
                                                            | 
                                                                                                                                    1351
                                                                                                                                                                                                 | 
                                                            
                                                                                                                                    1351
                                                                                                                                                                                                 | 
                                                             	 *  | 
                                                        
                                                                                                            
                                                            | 
                                                                                                                                    1352
                                                                                                                                                                                                 | 
                                                            
                                                                                                                                    1352
                                                                                                                                                                                                 | 
                                                             	 * @param string $condition The PHP condition to be evaluated. The page will be called $item  | 
                                                        
                                                                                                            
                                                            | 
                                                                                                                                    1353
                                                                                                                                                                                                 | 
                                                            
                                                                                                                                    1353
                                                                                                                                                                                                 | 
                                                             	 * @param array  $collator  An array, passed by reference, to collect all of the matching descendants.  | 
                                                        
                                                                                                            
                                                            | 
                                                                                                                                    1354
                                                                                                                                                                                                 | 
                                                            
                                                                                                                             | 
                                                            -	 * @return bool  | 
                                                        
                                                                                                            
                                                            | 
                                                                                                                             | 
                                                            
                                                                                                                                    1354
                                                                                                                                                                                                 | 
                                                            +	 * @return boolean|null  | 
                                                        
                                                                                                            
                                                            | 
                                                                                                                                    1355
                                                                                                                                                                                                 | 
                                                            
                                                                                                                                    1355
                                                                                                                                                                                                 | 
                                                             	 */  | 
                                                        
                                                                                                            
                                                            | 
                                                                                                                                    1356
                                                                                                                                                                                                 | 
                                                            
                                                                                                                                    1356
                                                                                                                                                                                                 | 
                                                             	public function collateDescendants($condition, &$collator) { | 
                                                        
                                                                                                            
                                                            | 
                                                                                                                                    1357
                                                                                                                                                                                                 | 
                                                            
                                                                                                                                    1357
                                                                                                                                                                                                 | 
                                                             		if($children = $this->Children()) { | 
                                                        
                                                                                                                                                
                                         
                                        
                                            
                                                                                                    Please login to merge, or discard this patch.