Skip to content

Commit 76166d6

Browse files
Merge pull request #995 from nextcloud/backport/990/stable23
[stable23] missing $prec
2 parents 7025ebe + 57e7d4b commit 76166d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Tools/Traits/TConsoleTree.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ public function drawTree(
6060
);
6161

6262
$output = new ConsoleOutput();
63+
$prec = 0;
6364

6465
while (true) {
6566
$node = $root->current();

0 commit comments

Comments
 (0)