add some more info on notice update

darcs-hash:20080926165201-5ed1f-8efd0369f1f367dacca450ac3bffd755ea841f6f.gz
This commit is contained in:
Evan Prodromou 2008-09-26 12:52:01 -04:00
parent f951b91693
commit 125953be31
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ class Notice extends Memcached_DataObject
$notice->uri = common_notice_uri($notice);
if (!$notice->update($orig)) {
common_log_db_error($notice, 'UPDATE', __FILE__);
return _('Problem saving notice.');
}
}