From 2c3ed64027506acd12cf9ba2485fd9fa8c519d09 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 7 Aug 2008 19:42:27 -0400 Subject: LOG_ERROR -> LOG_ERR (again) darcs-hash:20080807234227-84dde-a64619c71de020aa2284ca1a36ea2a71ff8b29a6.gz --- classes/Notice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/Notice.php') diff --git a/classes/Notice.php b/classes/Notice.php index c9127bac4..cb220394d 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -68,7 +68,7 @@ class Notice extends DB_DataObject $id = $tag->insert(); if (!$id) { $last_error = PEAR::getStaticProperty('DB_DataObject','lastError'); - common_log(LOG_ERROR, 'DB error inserting hashtag: ' . $last_error->message); + common_log(LOG_ERR, 'DB error inserting hashtag: ' . $last_error->message); common_server_error(sprintf(_('DB error inserting hashtag: %s'), $last_error->message)); return; } -- cgit v1.2.3-54-g00ecf