diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-06-01 17:40:53 -0400 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-06-01 17:40:53 -0400 |
commit | fe38827a76520e4a910f9e988b11d0914872d44e (patch) | |
tree | 30028f6a3e343576cdef10417986a6c73db24227 /actions | |
parent | 0cbd72e0927cbe9b605e34d7bbd86d2046ea0c49 (diff) |
Remove js that crept back in, added another error string.
Diffstat (limited to 'actions')
-rw-r--r-- | actions/newnotice.php | 2 |
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.')); } } |