summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorrojaro <>2009-08-18 19:38:07 +0000
committerrojaro <>2009-08-18 19:38:07 +0000
commit71dd25c27f54833e4a7bdd26128992cffce35ed2 (patch)
treeb03532b3442a5a0b88e006f099adbc42a23056ae /framework
parentf69af0c82e73bdb99a5c2589ae757a28c6d06206 (diff)
fixed typo
Diffstat (limited to 'framework')
-rw-r--r--framework/Web/UI/WebControls/TBoundColumn.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/WebControls/TBoundColumn.php b/framework/Web/UI/WebControls/TBoundColumn.php
index 264bbc6c..0f48d6e7 100644
--- a/framework/Web/UI/WebControls/TBoundColumn.php
+++ b/framework/Web/UI/WebControls/TBoundColumn.php
@@ -188,7 +188,7 @@ class TBoundColumn extends TDataGridColumn
case TListItemType::EditItem:
if(!$this->getReadOnly())
{
- if(($classPath=$this->getItemRenderer())!=='')
+ if(($classPath=$this->getEditItemRenderer())!=='')
{
$control=Prado::createComponent($classPath);
if($control instanceof IItemDataRenderer)