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 $age in SQL format, default is '30 DAY'
|
||||
* @return string
|
||||
* /
|
||||
*/
|
||||
|
||||
public static function get($key, $age = '') {
|
||||
|
||||
@@ -52,4 +52,3 @@ class Cache {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user