From 55895d951559b4836b41e71d118eb1a9ba0c590f Mon Sep 17 00:00:00 2001 From: Saophalkun Ponlu Date: Mon, 10 Sep 2012 20:25:33 +1200 Subject: [PATCH] BUG Fix an issue caused by adding BlogTreeExtension using a wrong api --- _config.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/_config.php b/_config.php index ccab746..82eba82 100644 --- a/_config.php +++ b/_config.php @@ -1,5 +1,3 @@ +if(class_exists('WidgetArea')) Object::add_extension('BlogTree','BlogTreeExtension'); \ No newline at end of file