fix undefined constant warning
This commit is contained in:
parent
4376f8f030
commit
d66f58a550
@ -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));
|
||||||
|
Reference in New Issue
Block a user