summaryrefslogtreecommitdiff
path: root/framework/TApplication.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/TApplication.php')
-rw-r--r--framework/TApplication.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/TApplication.php b/framework/TApplication.php
index 4f05fd42..3aa2cec1 100644
--- a/framework/TApplication.php
+++ b/framework/TApplication.php
@@ -1349,7 +1349,7 @@ class TApplicationConfiguration extends TComponent
{
foreach($parametersNode->getElements() as $element)
{
- if($element->getTagName()==='parameters')
+ if($element->getTagName()==='parameter')
{
$properties=$element->getAttributes();
if(($id=$properties->remove('id'))===null)