diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2017-08-25 07:40:01 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2017-08-25 08:25:10 +0200 |
| commit | 9c9ba79b708130c7f8593813504cf356cf09068f (patch) | |
| tree | c6eaa4fa53f0d4954bcff47e99cbd1dce6bafe66 /src/phorkie/SetupCheck.php | |
| parent | eb4315e7027566b402c908cc03ecaed2d04af99b (diff) | |
| download | phorkie-9c9ba79b708130c7f8593813504cf356cf09068f.tar.gz phorkie-9c9ba79b708130c7f8593813504cf356cf09068f.zip | |
Make GeSHi autoloading really work
Diffstat (limited to 'src/phorkie/SetupCheck.php')
| -rw-r--r-- | src/phorkie/SetupCheck.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'] ); |
