mirror of
https://github.com/slawkens/myaac.git
synced 2025-05-09 07:39:19 +02:00
Fix duplicate function declaration
This commit is contained in:
parent
f4ddf2ba23
commit
d6270a7e32
@ -6,7 +6,7 @@
|
|||||||
// 2023-11-11
|
// 2023-11-11
|
||||||
// execute highscores_ids_hidden once again, cause of settings
|
// execute highscores_ids_hidden once again, cause of settings
|
||||||
$up = function () {
|
$up = function () {
|
||||||
require __DIR__ . '/20.php';
|
require_once __DIR__ . '/20.php';
|
||||||
updateHighscoresIdsHidden();
|
updateHighscoresIdsHidden();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user