Skip to content

Commit

Permalink
Merge pull request #990 from nextcloud/fix/noid/set-prec
Browse files Browse the repository at this point in the history
missing $prec
  • Loading branch information
ArtificialOwl authored Apr 5, 2022
2 parents c9bf468 + 694db48 commit d0fbb21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Tools/Traits/TConsoleTree.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public function drawTree(
);

$output = new ConsoleOutput();
$prec = 0;

while (true) {
$node = $root->current();
Expand Down

0 comments on commit d0fbb21

Please sign in to comment.