Merge pull request #990 from nextcloud/fix/noid/set-prec

missing $prec
This commit is contained in:
Maxence Lange 2022-04-05 10:33:46 -01:00 committed by GitHub
commit d0fbb21dcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,6 +60,7 @@ trait TConsoleTree {
);
$output = new ConsoleOutput();
$prec = 0;
while (true) {
$node = $root->current();