Bracket in correct place
darcs-hash:20080710050202-533db-31739e6dc9d57058df99c8e6592249563f484179.gz
This commit is contained in:
parent
98cf96b3e4
commit
da19d12620
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user