From 4aefd9c0d23abba6167cca70bfcfbc567717ee75 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 1 Jul 2014 20:50:42 +0200 Subject: make autoloading geshi work --- src/phorkie/SetupCheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/phorkie/SetupCheck.php') diff --git a/src/phorkie/SetupCheck.php b/src/phorkie/SetupCheck.php index 53e4fd0..177a0f7 100644 --- a/src/phorkie/SetupCheck.php +++ b/src/phorkie/SetupCheck.php @@ -46,7 +46,7 @@ class SetupCheck } } - if (!class_exists('GeSHi', true)) { + if (!class_exists('geshi', true)) { $geshi = stream_resolve_include_path( $GLOBALS['phorkie']['cfg']['geshi'] ); -- cgit v1.2.3