mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 16:14:26 +02:00
Fixups
This commit is contained in:
parent
90cde9898b
commit
766b3f0d01
2 changed files with 4 additions and 3 deletions
|
@ -91,7 +91,7 @@ class LegacyModule extends BaseModule
|
|||
$a = DI::app();
|
||||
return $function_name($a);
|
||||
} else {
|
||||
return parent::{$function_suffix}($this->parameters);
|
||||
return parent::{$function_suffix}();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue