fixed typo

This commit is contained in:
Ralf Becker 2011-08-21 14:02:31 +00:00
parent 7c5cb7e04b
commit 5bc3844be8

View File

@ -64,7 +64,7 @@ class etemplate_widget_grid extends etemplate_widget_box
} }
foreach($this->children as $n => $child) foreach($this->children as $n => $child)
{ {
if ($type == 'row') if ($this->type == 'row')
{ {
if (in_array($n, $columns_disabled)) if (in_array($n, $columns_disabled))
{ {