From c5a6001588c2b07f49c9956842e840dd7d8516b2 Mon Sep 17 00:00:00 2001 From: j-ed Date: Tue, 16 Oct 2012 16:11:54 +0300 Subject: [PATCH] replaced 'report_error' by 'log_error' function replaced 'report_error' by 'log_error' function to prevent invalid function error message. --- weave_storage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weave_storage.php b/weave_storage.php index 876a401..3576461 100644 --- a/weave_storage.php +++ b/weave_storage.php @@ -64,7 +64,7 @@ class WeaveStorage if ( ! file_exists($db_name) ) { - report_error("The required sqllite database is not present! $db_name"); + log_error("The required sqllite database is not present! $db_name"); } log_error("Starting SQLite connection");