diff options
Diffstat (limited to 'mod/install.php')
-rw-r--r-- | mod/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/install.php b/mod/install.php index 7f150ef1d..cbe3b2fc9 100644 --- a/mod/install.php +++ b/mod/install.php @@ -173,6 +173,6 @@ function load_database($db) { $errors ++; } } - } + } return $errors; }
\ No newline at end of file |