Corrected a type used "=" instead of "=="
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@
|
||||
// Find and check all modules and load them up.
|
||||
$dir = opendir("$CFG->dirroot/mod");
|
||||
while ($mod = readdir($dir)) {
|
||||
if ($mod == "." || $mod == ".." || $mod = "CVS") {
|
||||
if ($mod == "." || $mod == ".." || $mod == "CVS") {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user