mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
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)
|
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))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user