From da19d126204c633929aaddf5f567b7af7191eba4 Mon Sep 17 00:00:00 2001 From: Mike Cochrane Date: Thu, 10 Jul 2008 01:02:02 -0400 Subject: [PATCH] Bracket in correct place darcs-hash:20080710050202-533db-31739e6dc9d57058df99c8e6592249563f484179.gz --- lib/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }