🐛 Add missing curly brace

Signed-off-by: Luke Tainton <luke@tainton.uk>
This commit is contained in:
2020-08-05 19:50:37 +01:00
parent 97002d9279
commit e696a29447

View File

@@ -10,7 +10,7 @@ $dotenv->load();
// Database auto-generation
if (file_exists("/../includes/install.php")) {
return;
add_action('run_db_populate')
add_action('run_db_populate');
}
function run_db_populate() {