summaryrefslogtreecommitdiff
path: root/inc/geshi/latex.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-10-26 22:39:42 +0200
committerAndreas Gohr <andi@splitbrain.org>2006-10-26 22:39:42 +0200
commit51c546a917b3b8a24d1339fc16d8f2398a293ddf (patch)
tree2b380eb97140a137215300a4820024f5bd323632 /inc/geshi/latex.php
parentaa248fb5900797231e058b84f8c169b16a677e36 (diff)
downloadrpg-51c546a917b3b8a24d1339fc16d8f2398a293ddf.tar.gz
rpg-51c546a917b3b8a24d1339fc16d8f2398a293ddf.tar.bz2
GeSHi 1.0.7.15 update
darcs-hash:20061026203942-7ad00-6db8c37c1fba1d274fa6bcdc7cbb245d088325a5.gz
Diffstat (limited to 'inc/geshi/latex.php')
-rw-r--r--inc/geshi/latex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/geshi/latex.php b/inc/geshi/latex.php
index 76e653dbe..79547065f 100644
--- a/inc/geshi/latex.php
+++ b/inc/geshi/latex.php
@@ -24,7 +24,7 @@
*
************************************************************************************/
-if (is_a($this, 'GeSHi')) {
+if (isset($this) && is_a($this, 'GeSHi')) {
$this->set_symbols_highlighting(false);
$this->set_numbers_highlighting(false);
}