diff --git a/lib/util.php b/lib/util.php index 1d661fb4e8..fe171f306d 100644 --- a/lib/util.php +++ b/lib/util.php @@ -893,7 +893,7 @@ function common_save_replies($notice) { if (!$id) { $last_error = &PEAR::getStaticProperty('DB_DataObject','lastError'); common_log(LOG_ERROR, 'DB error inserting reply: ' . $last_error->message); - common_server_error(_('DB error inserting reply: %s', $last_error->message)); + common_server_error(_('DB error inserting reply: %s'), $last_error->message); return; } }