mirror of
https://github.com/Karaka-Management/oms-OnlineResourceWatcher.git
synced 2026-02-18 17:08:41 +00:00
Test fixes
This commit is contained in:
parent
a76a318d80
commit
d816af9f5c
|
|
@ -109,7 +109,7 @@ final class ApiController extends Controller
|
|||
|
||||
if ($files !== false) {
|
||||
foreach ($files as $file) {
|
||||
if ($file === '.' || $files === '..') {
|
||||
if ($file === '.' || $file === '..') {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user