forked from leftypol/leftypol
minor consistency cleanup
This commit is contained in:
parent
eb146d9201
commit
913010cff5
11 changed files with 35 additions and 323 deletions
|
@ -20,7 +20,7 @@ class Cache {
|
|||
self::$cache->addServers($config['cache']['memcached']);
|
||||
break;
|
||||
case 'php':
|
||||
self::$cache = Array();
|
||||
self::$cache = array();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
@ -112,7 +112,7 @@ class Cache {
|
|||
case 'apc':
|
||||
return apc_clear_cache('user');
|
||||
case 'php':
|
||||
self::$cache[$key] = Array();
|
||||
self::$cache[$key] = array();
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue