-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly close the directory stream
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Close the stream Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Close the stream Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Close the stream Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Close the stream Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Close the stream Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Close the stream Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Close the stream Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Close the stream Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Close the stream Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Close the stream Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
- Loading branch information
Showing
11 changed files
with
26 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -366,6 +366,7 @@ private function findKeysByFileName(string $basePath, string $name) { | |
} | ||
} | ||
} | ||
closedir($dh); | ||
} | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1119,6 +1119,7 @@ public static function isEmpty($user) { | |
return false; | ||
} | ||
} | ||
closedir($dh); | ||
} | ||
return true; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters