summaryrefslogtreecommitdiff
path: root/classes/Notice.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/Notice.php')
-rw-r--r--classes/Notice.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/Notice.php b/classes/Notice.php
index b9b1ac718..f3debe742 100644
--- a/classes/Notice.php
+++ b/classes/Notice.php
@@ -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.');
}
}