aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/site_update.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/admin/site_update.php b/admin/site_update.php
index 0168a31b2..a6cf34dc7 100644
--- a/admin/site_update.php
+++ b/admin/site_update.php
@@ -256,9 +256,8 @@ SELECT id_uppercat, MAX(rank)+1 AS next_rank
$inserts[] = $insert;
$infos[] = array(
'path' => $fulldir,
- 'info' => l10n('added')
- )
- );
+ 'info' => l10n('added'),
+ );
// add the new category to $db_categories and $db_fulldirs array
$db_categories[$insert{'id'}] =