summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--paste/include/pastify.inc2
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>