Browse Source

Changed the visibility to protected.

Juan Basso 14 years ago
parent
commit
db80fe27e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/Core/App.php

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