aboutsummaryrefslogtreecommitdiffstats
path: root/admin/updates_pwg.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/updates_pwg.php')
-rw-r--r--admin/updates_pwg.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/admin/updates_pwg.php b/admin/updates_pwg.php
index 016deeecd..4619ad3bd 100644
--- a/admin/updates_pwg.php
+++ b/admin/updates_pwg.php
@@ -2,7 +2,9 @@
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
-// | Copyright(C) 2010 Pierrick LE GALL http://piwigo.org |
+// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org |
+// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
+// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
@@ -149,7 +151,7 @@ if ($step == 3 and is_webmaster())
if (!is_webmaster())
{
- array_push($page['errors'], l10n('Webmaster status is required.'));
+ $page['errors'][] = l10n('Webmaster status is required.');
}
$template->assign(array(