aboutsummaryrefslogtreecommitdiffstats
path: root/admin/extend_for_templates.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/extend_for_templates.php')
-rw-r--r--admin/extend_for_templates.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/admin/extend_for_templates.php b/admin/extend_for_templates.php
index 0faced402..bcee7e7a8 100644
--- a/admin/extend_for_templates.php
+++ b/admin/extend_for_templates.php
@@ -149,8 +149,7 @@ UPDATE '.CONFIG_TABLE.'
WHERE param = \'extents_for_templates\';';
if (pwg_query($query))
{
- array_push($page['infos'],
- l10n('Templates configuration has been recorded.'));
+ $page['infos'][] = l10n('Templates configuration has been recorded.');
}
}