summaryrefslogtreecommitdiff
path: root/actions/newnotice.php
diff options
context:
space:
mode:
authorRobin Millette <millette@controlyourself.ca>2009-06-01 17:40:53 -0400
committerRobin Millette <millette@controlyourself.ca>2009-06-01 17:40:53 -0400
commitfe38827a76520e4a910f9e988b11d0914872d44e (patch)
tree30028f6a3e343576cdef10417986a6c73db24227 /actions/newnotice.php
parent0cbd72e0927cbe9b605e34d7bbd86d2046ea0c49 (diff)
Remove js that crept back in, added another error string.
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.'));
}
}