From 3b10d38d2cf316900eb5123242f2f3cfd696c569 Mon Sep 17 00:00:00 2001 From: spiderr Date: Fri, 25 May 2012 09:24:08 -0400 Subject: bit_log_error-2-bit_error_log --- rss_lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rss_lib.php b/rss_lib.php index 9b32276..aa2f576 100644 --- a/rss_lib.php +++ b/rss_lib.php @@ -385,7 +385,7 @@ class RSSLib extends BitBase { //we do this earlier instead of later because if we can't cache the source we shouldn't be pulling the rss feed. if( !is_dir( $cache_path ) && !mkdir_p( $cache_path ) ) { - bit_log_error( 'Can not create the cache directory: '.$cache_path ); + bit_error_log( 'Can not create the cache directory: '.$cache_path ); return FALSE; }else{ -- cgit v1.3