mirror of
https://github.com/friendica/friendica
synced 2025-04-24 04:30:11 +00:00
Renamed function
This commit is contained in:
parent
8bc799ff38
commit
b30d2c9c6b
2 changed files with 2 additions and 2 deletions
|
@ -1431,7 +1431,7 @@ class Item
|
|||
* @param array $item
|
||||
* @return boolean item is too old
|
||||
*/
|
||||
public static function tooOld(array $item)
|
||||
public static function isTooOld(array $item)
|
||||
{
|
||||
// check for create date and expire time
|
||||
$expire_interval = DI::config()->get('system', 'dbclean-expire-days', 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue