From b75dd00752aceea4d28a221ba2818ae61427dbf9 Mon Sep 17 00:00:00 2001 From: Greg Gay Date: Thu, 22 Sep 2011 14:44:50 +0000 Subject: [PATCH] #4846 commented out require ContentUtility.class.php --- docs/home/editor/preview.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/home/editor/preview.php b/docs/home/editor/preview.php index b195c66..473b7b7 100644 --- a/docs/home/editor/preview.php +++ b/docs/home/editor/preview.php @@ -14,7 +14,10 @@ define('TR_INCLUDE_PATH', '../../include/'); require(TR_INCLUDE_PATH.'vitals.inc.php'); require(TR_INCLUDE_PATH.'../home/editor/editor_tab_functions.inc.php'); -require(TR_INCLUDE_PATH.'../home/classes/ContentUtility.class.php'); + +// commented out this require which was causing the a redeclare error #4846 +// delete the following line when its confirmed the require is not needed +// require(TR_INCLUDE_PATH.'../home/classes/ContentUtility.class.php'); global $_course_id, $_content_id, $contentManager; -- 2.17.1