Skip to content

Commit

Permalink
bug:2981 fix parse error caused by r25018
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@25076 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
mistic100 committed Oct 22, 2013
1 parent e8ceb71 commit 677fe6f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions admin/site_update.php
Expand Up @@ -256,9 +256,8 @@
$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'}] =
Expand Down

0 comments on commit 677fe6f

Please sign in to comment.