summaryrefslogtreecommitdiff
path: root/actions/newnotice.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/newnotice.php')
-rw-r--r--actions/newnotice.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/newnotice.php b/actions/newnotice.php
index 3e6ff1518..02976a2ae 100644
--- a/actions/newnotice.php
+++ b/actions/newnotice.php
@@ -279,6 +279,8 @@ class NewnoticeAction extends Action
} else {
$this->clientError(_('There was a database error while saving your file. Please try again.'));
}
+ } else {
+ $this->clientError(_('File could not be moved to destination directory.'));
}
}