From 4555a1c2a0bd087b5a42e0fdf7d734ebca659223 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Thu, 8 Apr 2004 21:13:30 +0000 Subject: [PATCH] another message --- includes/Skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Skin.php b/includes/Skin.php index 9c59dd735a..593b513c02 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -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); -- 2.20.1