fix: "PHP Notice: Uninitialized string offset: 0 in ..."
Cette révision appartient à :
Parent
b5189c5590
révision
83464a80e9
@ -32,6 +32,8 @@ class Directory extends Entry implements \ArrayAccess, \IteratorAggregate
|
||||
continue;
|
||||
}
|
||||
|
||||
if (!$name) continue;
|
||||
|
||||
if ($name[0] == '-') {
|
||||
if (is_numeric($name[1])) {
|
||||
$exploded = explode('_', $name);
|
||||
|
Chargement…
Référencer dans un nouveau ticket
Block a user