diff --git a/lib/Event/FTSEvent.php b/lib/Event/FTSEvent.php index 47955c537..bcccc1e54 100644 --- a/lib/Event/FTSEvent.php +++ b/lib/Event/FTSEvent.php @@ -42,7 +42,7 @@ class FTSEvent extends Event { } public function getArgument($key) { - if ($this->hasArgument($key)) { + if (isset($this->arguments[$key])) { return $this->arguments[$key]; }