From 803a8435e543601e487901dc1efb3ab5b9dfad34 Mon Sep 17 00:00:00 2001 From: secretr Date: Fri, 3 Dec 2010 11:56:55 +0000 Subject: [PATCH] thumb path detection typo --- thumb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thumb.php b/thumb.php index 9e903b815..0e3fded22 100644 --- a/thumb.php +++ b/thumb.php @@ -101,7 +101,7 @@ class e_thumbpage $sql_info = array(); //compact('mySQLserver', 'mySQLuser', 'mySQLpassword', 'mySQLdefaultdb', 'mySQLprefix', 'mySQLcharset'); //e107::getInstance()->initCore($e107_paths, $self, $sql_info, varset($e107_CONFIG, array())); $e107 = e107::getInstance(); - $e107->setDirs($e107_paths, varset($e107_CONFIG, array())); + $e107->setDirs($e107_paths, varset($E107_CONFIG, array())); $e107->set_constants(); $e107->set_paths(); $e107->file_path = $e107->fix_windows_paths($self)."/";