X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/eb4315e7027566b402c908cc03ecaed2d04af99b..9c9ba79b708130c7f8593813504cf356cf09068f:/src/phorkie/SetupCheck.php diff --git a/src/phorkie/SetupCheck.php b/src/phorkie/SetupCheck.php index 9cae724..36d66c0 100644 --- a/src/phorkie/SetupCheck.php +++ b/src/phorkie/SetupCheck.php @@ -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'] );