Browse Source

Adding missing namespace to cake.php console script

Jose Lorenzo Rodriguez 13 years ago
parent
commit
717e56ae83
1 changed files with 1 additions and 1 deletions
  1. 1 1
      App/Console/cake.php

+ 1 - 1
App/Console/cake.php

@@ -30,4 +30,4 @@ if (!include ($dispatcher)) {
 }
 unset($paths, $path, $dispatcher, $root, $ds);
 
-return ShellDispatcher::run($argv);
+return Cake\Console\ShellDispatcher::run($argv);