Skip to content

Commit

Permalink
remove forgot debug(), broke commands which return added/removed
Browse files Browse the repository at this point in the history
  • Loading branch information
troex committed Apr 21, 2016
1 parent 2b9f7ba commit 12e7c77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion php/elFinder.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,6 @@ public function exec($cmd, $args) {
}
if (isset($result['added'])) {
$result['added'] = array_merge($result['added'], $volume->added());
debug($result);
}
$volume->resetResultStat();
}
Expand Down

0 comments on commit 12e7c77

Please sign in to comment.