mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
fixed typo
This commit is contained in:
parent
d2cacf5e20
commit
ec8eedce63
@ -374,7 +374,7 @@ class etemplate_widget
|
|||||||
* @param array $expand values for keys 'c', 'row', 'c_', 'row_', 'cont'
|
* @param array $expand values for keys 'c', 'row', 'c_', 'row_', 'cont'
|
||||||
* @return boolean true if the row/col is disabled or false if not
|
* @return boolean true if the row/col is disabled or false if not
|
||||||
*/
|
*/
|
||||||
protected static function check_disabled($disabled, array $expland)
|
protected static function check_disabled($disabled, array $expand)
|
||||||
{
|
{
|
||||||
if ($not = $disabled[0] == '!')
|
if ($not = $disabled[0] == '!')
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user