From: Mike Cochrane Date: Thu, 10 Jul 2008 05:02:02 +0000 (-0400) Subject: Bracket in correct place X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=da19d126204c633929aaddf5f567b7af7191eba4;p=quix0rs-gnu-social.git Bracket in correct place darcs-hash:20080710050202-533db-31739e6dc9d57058df99c8e6592249563f484179.gz --- 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; } }