mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
debug output removed
This commit is contained in:
parent
54eeb8b8fc
commit
dff5148f6d
1 changed files with 0 additions and 1 deletions
|
|
@ -29,7 +29,6 @@ $filename = $_GET["file"];
|
|||
$view = new OC_FilesystemView('/'.\OCP\User::getUser().'/files_trashbin');
|
||||
|
||||
if(!$view->file_exists($filename)) {
|
||||
error_log("file does not exist... " . $view->getInternalPath($filename));
|
||||
header("HTTP/1.0 404 Not Found");
|
||||
$tmpl = new OCP\Template( '', '404', 'guest' );
|
||||
$tmpl->assign('file', $filename);
|
||||
|
|
|
|||
Loading…
Reference in a new issue