Commit 048db12d by Scott

Merge pull request #138 from pupi1985/patch-43

Fixed searching for modules with the option_default function defined
parents d9775ac8 175d3946
......@@ -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