Skip to content
Snippets Groups Projects
Commit 860ab6c6 authored by Marius Burkard's avatar Marius Burkard
Browse files

- Fixed typo

parent e797d019
No related branches found
No related tags found
No related merge requests found
...@@ -121,7 +121,7 @@ class plugin { ...@@ -121,7 +121,7 @@ class plugin {
if(is_array($sub_events)) { if(is_array($sub_events)) {
if(count($sub_events) == 3) { 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); if($this->debug) $app->log("Called Event '$tmp_event'", LOGLEVEL_DEBUG);
$tmpresult = $this->callPluginEvent($tmp_event, $data, $return_data); $tmpresult = $this->callPluginEvent($tmp_event, $data, $return_data);
if($return_data == true && $tmpresult) $result .= $tmpresult; if($return_data == true && $tmpresult) $result .= $tmpresult;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment