another message
authorGabriel Wicke <gwicke@users.mediawiki.org>
Thu, 8 Apr 2004 21:13:30 +0000 (21:13 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Thu, 8 Apr 2004 21:13:30 +0000 (21:13 +0000)
includes/Skin.php

index 9c59dd7..593b513 100644 (file)
@@ -2235,7 +2235,7 @@ class Skin {
                        if(preg_match("/^".$medians."/i",$match[1])) {
                                $func="makeMediaLink";
                        }
-                       if($match[3]) {
+                       if(isset($match[3]) ) {
                                $comment=
                                preg_replace("/\[\[(.*?)\]\]/",
                                $this->$func($match[1],$match[3]),$comment,1);