Changed the visibility to protected.

This commit is contained in:
Juan Basso 2011-07-30 20:00:19 -04:00
parent e4a1816557
commit db80fe27e1

View file

@ -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'])) {