From ec8eedce635e4724fa158d52305ea8ec0180fc59 Mon Sep 17 00:00:00 2001 From: Christian Binder Date: Fri, 8 Jun 2012 16:57:08 +0000 Subject: [PATCH] fixed typo --- etemplate/inc/class.etemplate_widget.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/inc/class.etemplate_widget.inc.php b/etemplate/inc/class.etemplate_widget.inc.php index f0b326c710..33d44ef3e4 100644 --- a/etemplate/inc/class.etemplate_widget.inc.php +++ b/etemplate/inc/class.etemplate_widget.inc.php @@ -374,7 +374,7 @@ class etemplate_widget * @param array $expand values for keys 'c', 'row', 'c_', 'row_', 'cont' * @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] == '!') {