forked from leftypol/leftypol
More $config['debug'] improvements to time-related stuff
This commit is contained in:
parent
8921eb9c1a
commit
343803afb9
5 changed files with 47 additions and 20 deletions
|
@ -66,7 +66,7 @@ class Cache {
|
|||
return $data;
|
||||
}
|
||||
public static function set($key, $value, $expires = false) {
|
||||
global $config;
|
||||
global $config, $debug;
|
||||
|
||||
$key = $config['cache']['prefix'] . $key;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue