Changeset 1886
- Timestamp:
- 01/31/2008 09:11:55 AM (11 months ago)
- Files:
-
- 1 modified
-
trunk/system/core/Kohana.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/core/Kohana.php
r1879 r1886 194 194 195 195 // 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')); 197 197 198 198 // If there are no methods in the controller, it's invalid
