Commit 175d3946 by pupi1985

Fixed searching for modules with the option_default function defined

parent 287f748c
......@@ -746,7 +746,7 @@
$module = qa_load_module($moduletype, $modulename);
if (method_exists($module, $method))
$modules[$moduletype] = $module;
$modules[$modulename] = $module;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment