detect baseurl automatically, load config file from .phar
[phorkie.git] / src / phorkie / SetupCheck.php
index 53e4fd036d739552c84c4ce8e3fe5e317ed1268f..177a0f75d8c98ffd32b9b328de0807671a3ca134 100644 (file)
@@ -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']
             );