fixed typo

This commit is contained in:
Christian Binder 2012-06-08 16:57:08 +00:00
parent d2cacf5e20
commit ec8eedce63

View File

@ -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] == '!')
{ {