MDL-29145 fix regression caused by MDL-27448

This commit is contained in:
Petr Skoda
2011-09-05 09:44:41 +02:00
parent 9805fb9f17
commit 986eb4cfbb
+1 -1
View File
@@ -91,7 +91,7 @@ function imscp_parse_structure($imscp, $context) {
return null;
}
imscp_parse_manifestfile($manifestfile->get_content());
return imscp_parse_manifestfile($manifestfile->get_content());
}
/**