mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
bug:2981 fix parse error caused by r25018
git-svn-id: http://piwigo.org/svn/trunk@25076 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -256,9 +256,8 @@ SELECT id_uppercat, MAX(rank)+1 AS next_rank
|
|||||||
$inserts[] = $insert;
|
$inserts[] = $insert;
|
||||||
$infos[] = array(
|
$infos[] = array(
|
||||||
'path' => $fulldir,
|
'path' => $fulldir,
|
||||||
'info' => l10n('added')
|
'info' => l10n('added'),
|
||||||
)
|
);
|
||||||
);
|
|
||||||
|
|
||||||
// add the new category to $db_categories and $db_fulldirs array
|
// add the new category to $db_categories and $db_fulldirs array
|
||||||
$db_categories[$insert{'id'}] =
|
$db_categories[$insert{'id'}] =
|
||||||
|
|||||||
Reference in New Issue
Block a user