forked from extern/egroupware
fixed typo
This commit is contained in:
parent
7c5cb7e04b
commit
5bc3844be8
@ -64,7 +64,7 @@ class etemplate_widget_grid extends etemplate_widget_box
|
||||
}
|
||||
foreach($this->children as $n => $child)
|
||||
{
|
||||
if ($type == 'row')
|
||||
if ($this->type == 'row')
|
||||
{
|
||||
if (in_array($n, $columns_disabled))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user