- commit
- b7cc501189f264e405e7431457af930dc5596a84
- parent
- 97fce6dc53a5597ea20195e366e35c7854888cef
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2019-12-13 13:49
rm unused var
Diffstat
| M | views.php | 1 | - |
1 files changed, 0 insertions, 1 deletions
diff --git a/views.php b/views.php
@@ -91,7 +91,6 @@ function pageView($pupupu, $twig) 91 91 throw new HttpException(trans('Cannot delete root'), 400); 92 92 } 93 93 $pupupu->rm($path);94 -1 $target = pathDirname($path);95 94 header('Location: ?', true, 302); 96 95 } else { 97 96 try {