fix getParamListFromDoc() for api doc

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2019-01-05 07:56:55 +01:00
parent 2b4199e558
commit f3859052e5

View File

@@ -315,7 +315,7 @@ class Froxlor extends \Froxlor\Api\ApiCommand
{
try {
// set the module
$cls = new \ReflectionMethod($module, $function);
$cls = new \ReflectionMethod(__NAMESPACE__ . '\\' . $module, $function);
$comment = $cls->getDocComment();
if ($comment == false) {
return array(