You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, if you call listSubdirs('/', true) in etcd/src/Client.php it works great but if you call listSubdirs('/', false) again you*ll get listSubdirs('/', true). I think the problem lives in traversalDir() method in etcd/src/Client.php. It stores in $this->dir globaly.
Hey, if you call
listSubdirs('/', true)
inetcd/src/Client.php
it works great but if you calllistSubdirs('/', false)
again you*ll getlistSubdirs('/', true
). I think the problem lives intraversalDir()
method inetcd/src/Client.php
. It stores in $this->dir globaly.My quick fix would be:
The text was updated successfully, but these errors were encountered: