Make GeSHi autoloading really work
[phorkie.git] / src / phorkie / SetupCheck.php
index 9cae724698168e4adf200450db4580d4ca4083ba..36d66c07328f9b952e897099d8c907c2a2b98892 100644 (file)
@@ -74,7 +74,7 @@ class SetupCheck
             }
         }
 
-        if (!class_exists('geshi', true)) {
+        if (!class_exists('GeSHi', true)) {
             $geshi = stream_resolve_include_path(
                 $GLOBALS['phorkie']['cfg']['geshi']
             );