add some more info on notice update
darcs-hash:20080926165201-5ed1f-8efd0369f1f367dacca450ac3bffd755ea841f6f.gz
This commit is contained in:
parent
f951b91693
commit
125953be31
@ -104,6 +104,7 @@ class Notice extends Memcached_DataObject
|
|||||||
$notice->uri = common_notice_uri($notice);
|
$notice->uri = common_notice_uri($notice);
|
||||||
|
|
||||||
if (!$notice->update($orig)) {
|
if (!$notice->update($orig)) {
|
||||||
|
common_log_db_error($notice, 'UPDATE', __FILE__);
|
||||||
return _('Problem saving notice.');
|
return _('Problem saving notice.');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user