Changeset 1886

Show
Ignore:
Timestamp:
01/31/2008 09:11:55 AM (11 months ago)
Author:
Shadowhand
Message:

Fixing #362, thanks Dynom.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/core/Kohana.php

    r1879 r1886  
    194194 
    195195                        // Find the unique controller methods 
    196                         $methods = array_diff(get_class_methods($controller), get_class_methods('Controller')); 
     196                        $methods = array_diff(get_class_methods($controller), get_class_methods('Controller_Core')); 
    197197 
    198198                        // If there are no methods in the controller, it's invalid