From ea624090bcbab6c74435a2e2bf4fed8b05ac5be1 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Tue, 17 Jul 2007 05:11:53 +0000 Subject: some minor tweakage to make ajaxie stuff kind of work in IE --- lib/rating.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rating.lib.php') diff --git a/lib/rating.lib.php b/lib/rating.lib.php index 118efc4d..0e490ee2 100644 --- a/lib/rating.lib.php +++ b/lib/rating.lib.php @@ -36,7 +36,7 @@ function show_rating_static($object_id,$type) { $rating = new Rating($object_id,$type); - include(conf('prefix') . '/templates/show_object_rating_static.inc.php'); + require Config::get('prefix') . '/templates/show_object_rating_static.inc.php'; } // show_rating_static -- cgit