mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
correct greedy replace
This commit is contained in:
parent
afa8f6b441
commit
9e0e19c5ac
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ if (!defined('APP')) {
|
|||
/**
|
||||
* Path to the application's libs directory.
|
||||
*/
|
||||
define('APPCAKE', APP.'Lib'.DS);
|
||||
define('APPLIBS', APP.'Lib'.DS);
|
||||
|
||||
/**
|
||||
* Path to the configuration files directory.
|
||||
|
|
Loading…
Reference in a new issue