mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Removing accidental error.
This commit is contained in:
parent
5a58d38a80
commit
0d7672476f
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ if (!class_exists('ShellDispatcher')) {
|
|||
require CAKE . 'console' . DS . 'cake.php';
|
||||
ob_end_clean();
|
||||
}
|
||||
null
|
||||
|
||||
require_once CAKE . 'console' . DS . 'libs' . DS . 'tasks' . DS . 'project.php';
|
||||
require_once CAKE . 'console' . DS . 'libs' . DS . 'tasks' . DS . 'controller.php';
|
||||
|
|
Loading…
Reference in a new issue