diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index 6e3303324..d518bd317 100644 --- a/lib/util.php +++ b/lib/util.php @@ -849,7 +849,7 @@ function common_save_replies($notice) { $reply->replied_id = $recipient_notice->id; $id = $reply->insert(); if (!$id) { - common_server_error(_t('Problem saving reply.')); + common_log_db_error($reply, 'INSERT', __FILE__); return; } } |