-
Incident report
-
Resolution: Fixed
-
Critical
-
2.0.5rc1, 2.1.0
-
# php -v
PHP 5.3.13-pl0-gentoo (cli) (built: May 25 2012 15:20:59)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies
The problem in the CEvent class:
if ($options['object'] == EVENT_OBJECT_TRIGGER || $options['source'] == EVENT_SOURCE_TRIGGERS) {
if $options['object'] is not defined, it is always equal 0.