aboutsummaryrefslogtreecommitdiffstats
path: root/admin/cat_move.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/cat_move.php')
-rw-r--r--admin/cat_move.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/admin/cat_move.php b/admin/cat_move.php
index 5ea86cdce..3866d7f5c 100644
--- a/admin/cat_move.php
+++ b/admin/cat_move.php
@@ -51,10 +51,7 @@ if (isset($_POST['submit']))
}
else
{
- array_push(
- $page['errors'],
- l10n('Select at least one album')
- );
+ $page['errors'][] = l10n('Select at least one album');
}
}