diff options
Diffstat (limited to 'admin/history.php')
-rw-r--r-- | admin/history.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/history.php b/admin/history.php index b74f48399..b6ceb13a9 100644 --- a/admin/history.php +++ b/admin/history.php @@ -164,7 +164,7 @@ INSERT INTO '.SEARCH_TABLE.' } else { - array_push($page['errors'], l10n('Empty query. No criteria has been entered.')); + $page['errors'][] = l10n('Empty query. No criteria has been entered.'); } } |