mirror of
https://github.com/moodle/moodle.git
synced 2025-03-17 14:10:08 +01:00
FIxed a typo from my last checkin
This commit is contained in:
parent
0219eb2bfa
commit
1831d8b954
@ -681,7 +681,7 @@ function displaydir ($wdir) {
|
||||
$fullpath = $basedir.$wdir;
|
||||
|
||||
$directory = opendir($fullpath); // Find all files
|
||||
while (false !== ($file = readdir($currdir))) {
|
||||
while (false !== ($file = readdir($directory))) {
|
||||
if ($file == "." || $file == "..") {
|
||||
continue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user