mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
commit
71f7dcdde8
1 changed files with 3 additions and 3 deletions
|
@ -187,13 +187,13 @@ class App {
|
|||
);
|
||||
|
||||
/**
|
||||
* Inicates whether the class cache should be stored again because of an addition to it
|
||||
* Indicates whether the class cache should be stored again because of an addition to it
|
||||
*
|
||||
*/
|
||||
private static $_cacheChange = false;
|
||||
|
||||
/**
|
||||
* Inicates whether the object cache should be stored again because of an addition to it
|
||||
* Indicates whether the object cache should be stored again because of an addition to it
|
||||
*
|
||||
*/
|
||||
private static $_objectCacheChange = false;
|
||||
|
|
Loading…
Reference in a new issue