Updating ShellDispatcher to use import() and new paths.

This commit is contained in:
mark_story 2010-10-17 15:08:41 -04:00
parent a76ce4af3d
commit 2cdbd67d7d

View file

@ -317,7 +317,7 @@ class ShellDispatcher {
}
if (!class_exists('Shell')) {
require CONSOLE_LIBS . 'shell.php';
App::import('Shell', 'Shell');
}
if (!class_exists($this->shellClass)) {