1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

event handler issues

This commit is contained in:
secretr
2012-05-29 12:39:08 +00:00
parent 6024f1cb4f
commit 4fb9707e6e

View File

@@ -97,10 +97,11 @@ class e107_event
//TODO log errors $eventname, $location, $class, $method
// echo "event didn't work. Class=".$class." Method=".$method;
// echo "<br />".$e;
exit;
//exit;
continue;
}
}
if (function_exists($evt_func))
elseif (function_exists($evt_func))
{
$ret = $evt_func($data, $eventname); //let callback know what event is calling it
if (!empty($ret))