diff options
author | xue <> | 2007-08-20 11:53:37 +0000 |
---|---|---|
committer | xue <> | 2007-08-20 11:53:37 +0000 |
commit | 751af79e8cd79eaedfa68a622f871797f8697ed0 (patch) | |
tree | b82a02b2cc00e2d699d0c259e6d8a003e92057d3 | |
parent | a399d65e5d4a0bb7ff4668e179ebe30fac1525bc (diff) |
fixed .typo.
-rw-r--r-- | framework/TApplication.php | 2 |
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) |