Code standards
This commit is contained in:
parent
5a33a494e8
commit
39e1f2c0fc
|
@ -67,6 +67,11 @@ class SearchIndex
|
|||
return DBA::update('post-searchindex', ['searchtext' => $searchtext], ['uri-id' => $uri_id]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Expire old searchindex entries
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public static function expire()
|
||||
{
|
||||
$limit = self::searchAgeDateLimit();
|
||||
|
|
Loading…
Reference in New Issue
Block a user