mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 14:28:56 +00:00
at least update the config variable if nothing is done. :)
git-svn-id: file:///svn/phpbb/trunk@5472 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
f8a3f05afd
commit
120b965e14
1 changed files with 4 additions and 0 deletions
|
@ -52,6 +52,10 @@ switch ($cron_type)
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 'tidy_search':
|
||||||
|
set_config('search_last_gc', time(), true);
|
||||||
|
break;
|
||||||
|
|
||||||
case 'tidy_database':
|
case 'tidy_database':
|
||||||
include_once($phpbb_root_path . 'includes/functions_admin.'.$phpEx);
|
include_once($phpbb_root_path . 'includes/functions_admin.'.$phpEx);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue