* adjust code format, add comments.

This commit is contained in:
wangchunsheng
2013-04-28 01:59:23 +00:00
parent 8132507a48
commit 3a92b7fa4c

View File

@@ -87,6 +87,8 @@ foreach(glob($moduleRoot . '*') as $modulePath)
}
}
}
/* Checking extension files. */
$extControlFiles = glob($modulePath . '/ext/control/*.php');
if($extControlFiles)
{