mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
[Branche2] bug:1486
git-svn-id: http://piwigo.org/svn/branches/2.0@5070 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -100,7 +100,7 @@ DELETE FROM '.OLD_PERMALINKS_TABLE.'
|
||||
LIMIT 1';
|
||||
pwg_query($query);
|
||||
if (mysql_affected_rows()==0)
|
||||
array_push($page['errors'], 'Cannot delete the old permalink !');
|
||||
array_push($page['errors'], l10n('Cannot delete the old permalink !'));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user