1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-28 18:30:53 +02:00

Bugtracker #4704 - typo in class check

This commit is contained in:
e107steved
2009-03-23 22:15:39 +00:00
parent 945b0aca1d
commit a0f35bae41

View File

@@ -9,8 +9,8 @@
* General purpose file * General purpose file
* *
* $Source: /cvs_backup/e107_0.8/class2.php,v $ * $Source: /cvs_backup/e107_0.8/class2.php,v $
* $Revision: 1.93 $ * $Revision: 1.94 $
* $Date: 2009-01-29 21:09:27 $ * $Date: 2009-03-23 22:14:56 $
* $Author: e107steved $ * $Author: e107steved $
* *
*/ */
@@ -754,7 +754,7 @@ if (!function_exists('checkvalidtheme'))
$sql->db_Mark_Time('Start: Misc Setup'); $sql->db_Mark_Time('Start: Misc Setup');
//------------------------------------------------------------------------------------------------------------------------------------// //------------------------------------------------------------------------------------------------------------------------------------//
if (!class_exists('e107_table')) if (!class_exists('e107table'))
{ {
class e107table class e107table
{ {