From a0f35bae415ad2d0c5e5c064d999a42fc0ebd74b Mon Sep 17 00:00:00 2001 From: e107steved Date: Mon, 23 Mar 2009 22:15:39 +0000 Subject: [PATCH] Bugtracker #4704 - typo in class check --- class2.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/class2.php b/class2.php index ff5208f97..1c4172fd6 100644 --- a/class2.php +++ b/class2.php @@ -9,8 +9,8 @@ * General purpose file * * $Source: /cvs_backup/e107_0.8/class2.php,v $ -* $Revision: 1.93 $ -* $Date: 2009-01-29 21:09:27 $ +* $Revision: 1.94 $ +* $Date: 2009-03-23 22:14:56 $ * $Author: e107steved $ * */ @@ -754,7 +754,7 @@ if (!function_exists('checkvalidtheme')) $sql->db_Mark_Time('Start: Misc Setup'); //------------------------------------------------------------------------------------------------------------------------------------// -if (!class_exists('e107_table')) +if (!class_exists('e107table')) { class e107table {