mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
Update Cache.php
This commit is contained in:
@@ -14,7 +14,7 @@ class Cache {
|
|||||||
* @param string $key
|
* @param string $key
|
||||||
* @param string $age in SQL format, default is '30 DAY'
|
* @param string $age in SQL format, default is '30 DAY'
|
||||||
* @return string
|
* @return string
|
||||||
* /
|
*/
|
||||||
|
|
||||||
public static function get($key, $age = '') {
|
public static function get($key, $age = '') {
|
||||||
|
|
||||||
@@ -52,4 +52,3 @@ class Cache {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user