diff options
-rw-r--r-- | paste/include/pastify.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/include/pastify.inc b/paste/include/pastify.inc index bb3d2f9..d106da6 100644 --- a/paste/include/pastify.inc +++ b/paste/include/pastify.inc @@ -49,7 +49,7 @@ function PastifyText($text, $language, $desc) # Do the actual syntax highlighting $geshi = new GeSHi($text, $language); - $output = $geshi->parse_code(); + $output = $geshi->parseCode(); $html = <<<EOH <html> |