Merge remote-tracking branch 'origin/master'
[phorkie.git] / src / phorkie / Renderer / Geshi.php
index c4227161a91d72448891be6cd2714ee26139ccdf..0c545ed5dff3e9d674959eb9e2f07566a991a99c 100644 (file)
@@ -15,7 +15,7 @@ class Renderer_Geshi
     {
         /**
          * Yes, geshi needs to be in your include path
-         * We use the mediawiki geshi extension package.
+         * We use the geshi pear package.
          */
         if (!class_exists('\\geshi', true)) {
             require_once $GLOBALS['phorkie']['cfg']['geshi'];