Skip to content
Snippets Groups Projects
Commit 2d6c0c72 authored by Pegane Nestor's avatar Pegane Nestor
Browse files

FEAT #311 error message changed

parent ae25145b
No related branches found
No related tags found
No related merge requests found
......@@ -467,7 +467,7 @@ class UserController
]);
if (!file_exists($storeInfos['path_template']. str_replace('#', '/', $storeInfos['destination_dir']) .$storeInfos['file_destination_name'])) {
return $response->withStatus(500)->withJson(['errors' => $storeInfos['error'] .' templates']);
return $response->withStatus(500)->withJson(['errors' => $storeInfos['error'] .' '._PATH_OF_DOCSERVER_UNAPPROACHABLE]);
}
UserModel::createSignature([
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment