ajaxlib MDL-21435 Fixed regression from recent updates: Notice of undefined variable

This commit is contained in:
Sam Hemelryk
2010-01-28 06:47:07 +00:00
parent 9af2b86b95
commit ebfb8f1371
+1 -1
View File
@@ -367,7 +367,7 @@ class page_requirements_manager {
}
if (is_string($module)) {
$module = $this->find_module($name);
$module = $this->find_module($module);
}
if (empty($module) or empty($module['name']) or empty($module['fullpath'])) {