diff --git a/lib/Cake/Core/App.php b/lib/Cake/Core/App.php index 052aefbe3..774a6a433 100644 --- a/lib/Cake/Core/App.php +++ b/lib/Cake/Core/App.php @@ -682,7 +682,7 @@ class App { * @param boolean $parent whether to load the class parent or not * @return boolean true indicating the successful load and existence of the class */ - private static function _loadClass($name, $plugin, $type, $originalType, $parent) { + protected static function _loadClass($name, $plugin, $type, $originalType, $parent) { if ($type == 'Console/Command' && $name == 'Shell') { $type = 'Console'; } else if (isset(self::$types[$originalType]['suffix'])) {