changes: sizeof got a $, fix.
This commit is contained in:
@@ -560,7 +560,7 @@ class XmlForm_Field
|
|||||||
$events[$attribute] = $value;
|
$events[$attribute] = $value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($sizeof( $events ) < 1) {
|
if (sizeof( $events ) < 1) {
|
||||||
return '{}';
|
return '{}';
|
||||||
}
|
}
|
||||||
return $json->encode( $events );
|
return $json->encode( $events );
|
||||||
|
|||||||
Reference in New Issue
Block a user