fix undefined constant warning

This commit is contained in:
Mario Vavti 2018-09-01 21:09:04 +02:00
parent 4376f8f030
commit d66f58a550

View File

@ -128,7 +128,7 @@ class Filestorage extends \Zotlabs\Web\Controller {
} }
} }
if(json_return) if($json_return)
json_return_and_die([ 'success' => true ]); json_return_and_die([ 'success' => true ]);
goaway(dirname($url)); goaway(dirname($url));