Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
fix: add error message
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Jul 30, 2017
1 parent 84be2ea commit 9969239
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/file.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ public function prepareInputForAdd($input) {
$destination = dirname($destination);
Toolbox::logInFile('php-errors', "Plugin Flyvemdm : Directory '$destination' is not writeable");
}
Session::addMessageAfterRedirect(__('Failed to store the uploaded file', "flyvemdm"));
return false;
}

Expand Down

0 comments on commit 9969239

Please sign in to comment.