mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Adding String class to shell boostrap, fixes #3793
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6312 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
67c91aa009
commit
181aa97ca1
1 changed files with 2 additions and 1 deletions
|
@ -212,7 +212,8 @@ class ShellDispatcher {
|
||||||
CORE_PATH . 'cake' . DS . 'libs' . DS . 'object.php',
|
CORE_PATH . 'cake' . DS . 'libs' . DS . 'object.php',
|
||||||
CORE_PATH . 'cake' . DS . 'libs' . DS . 'inflector.php',
|
CORE_PATH . 'cake' . DS . 'libs' . DS . 'inflector.php',
|
||||||
CORE_PATH . 'cake' . DS . 'libs' . DS . 'configure.php',
|
CORE_PATH . 'cake' . DS . 'libs' . DS . 'configure.php',
|
||||||
CORE_PATH . 'cake' . DS . 'libs' . DS . 'cache.php'
|
CORE_PATH . 'cake' . DS . 'libs' . DS . 'cache.php',
|
||||||
|
CORE_PATH . 'cake' . DS . 'libs' . DS . 'string.php'
|
||||||
);
|
);
|
||||||
|
|
||||||
foreach ($includes as $inc) {
|
foreach ($includes as $inc) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue