diff options
author | rojaro <> | 2009-08-18 19:38:07 +0000 |
---|---|---|
committer | rojaro <> | 2009-08-18 19:38:07 +0000 |
commit | 71dd25c27f54833e4a7bdd26128992cffce35ed2 (patch) | |
tree | b03532b3442a5a0b88e006f099adbc42a23056ae | |
parent | f69af0c82e73bdb99a5c2589ae757a28c6d06206 (diff) |
fixed typo
-rw-r--r-- | framework/Web/UI/WebControls/TBoundColumn.php | 2 |
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)
|