summaryrefslogtreecommitdiff
path: root/inc/geshi/text.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/text.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/text.php')
-rw-r--r--inc/geshi/text.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/inc/geshi/text.php b/inc/geshi/text.php
index 5ed9e1b6e..34691e0b4 100644
--- a/inc/geshi/text.php
+++ b/inc/geshi/text.php
@@ -4,10 +4,10 @@
* --------
* Author: Sean Hanna (smokingrope@gmail.com)
* Copyright: (c) 2006 Sean Hanna
- * Release Version: 1.0.7.14
- * CVS Revision Version: $Revision: 1.2.2.5 $
+ * Release Version: 1.0.7.15
+ * CVS Revision Version: $Revision: 1.2.2.7 $
* Date Started: 04/23/2006
- * Last Modified: $Date: 2006/09/14 09:44:46 $
+ * Last Modified: $Date: 2006/10/23 01:49:59 $
*
* Standard Text File (No Syntax Highlighting).
*
@@ -75,7 +75,7 @@ $language_data = array (
'SCRIPT_DELIMITERS' => array( ),
'HIGHLIGHT_STRICT_BLOCK' => array( )
);
-if (is_a($this, 'GeSHi')) {
+if (isset($this) && is_a($this, 'GeSHi')) {
$this->set_numbers_highlighting(false);
$this->set_brackets_highlighting(false);
$this->disable_highlighting();