summaryrefslogtreecommitdiff
path: root/inc/geshi/reg.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/reg.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/reg.php')
-rw-r--r--inc/geshi/reg.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/inc/geshi/reg.php b/inc/geshi/reg.php
index abc6e6b06..7b2dc2aaa 100644
--- a/inc/geshi/reg.php
+++ b/inc/geshi/reg.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: 03/15/2006
- * Last Modified: $Date: 2006/09/14 09:44:45 $
+ * Last Modified: $Date: 2006/10/23 01:49:58 $
*
* Microsoft Registry Editor Language File.
*
@@ -210,7 +210,7 @@ $language_data = array (
'HIGHLIGHT_STRICT_BLOCK' => array(
)
);
-if (is_a($this, 'GeSHi')) {
+if (isset($this) && is_a($this, 'GeSHi')) {
$this->set_numbers_highlighting(false);
}
?>