Marius Burkard
2015-12-15 860ab6c6870d67fa23fcaaf434f8ed84c942ad04
- Fixed typo
1 files modified
2 ■■■ changed files
interface/lib/classes/plugin.inc.php 2 ●●● patch | view | raw | blame | history
interface/lib/classes/plugin.inc.php
@@ -121,7 +121,7 @@
        if(is_array($sub_events)) {
            if(count($sub_events) == 3) {
                $mp_event = $sub_events[2];
                $tmp_event = $sub_events[2];
                if($this->debug) $app->log("Called Event '$tmp_event'", LOGLEVEL_DEBUG);
                $tmpresult = $this->callPluginEvent($tmp_event, $data, $return_data);
                if($return_data == true && $tmpresult) $result .= $tmpresult;