Skip to content

Commit 860ab6c

Browse files
author
Marius Burkard
committed
- Fixed typo
1 parent e797d01 commit 860ab6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/lib/classes/plugin.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public function raiseEvent($event_name, $data, $return_data = false) {
121121

122122
if(is_array($sub_events)) {
123123
if(count($sub_events) == 3) {
124-
$mp_event = $sub_events[2];
124+
$tmp_event = $sub_events[2];
125125
if($this->debug) $app->log("Called Event '$tmp_event'", LOGLEVEL_DEBUG);
126126
$tmpresult = $this->callPluginEvent($tmp_event, $data, $return_data);
127127
if($return_data == true && $tmpresult) $result .= $tmpresult;

0 commit comments

Comments
 (0)