@@ -51,7 +51,7 @@ |
||
51 | 51 | } |
52 | 52 | |
53 | 53 | // if widget is disabled - lets return nothing |
54 | - return !(bool)$wData->disabled; |
|
54 | + return !(bool) $wData->disabled; |
|
55 | 55 | } |
56 | 56 | |
57 | 57 | } |
58 | 58 | \ No newline at end of file |