From af2f3805095f8a91d85847e11faeb280fddf58c0 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Tue, 15 Feb 2011 01:27:40 +0000 Subject: Fixes #2921: converted internalname => name and internalid => id git-svn-id: http://code.elgg.org/elgg/trunk@8249 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/installation/install/forms/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/installation/install') diff --git a/views/installation/install/forms/template.php b/views/installation/install/forms/template.php index 897772dd4..5e44d928e 100644 --- a/views/installation/install/forms/template.php +++ b/views/installation/install/forms/template.php @@ -13,7 +13,7 @@ $form_body = ''; foreach ($variables as $field => $params) { $label = elgg_echo("install:$type:label:$field"); $help = elgg_echo("install:$type:help:$field"); - $params['internalname'] = $field; + $params['name'] = $field; $form_body .= '

'; $form_body .= ""; -- cgit v1.2.3