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