From: Gabriel Wicke Date: Thu, 8 Apr 2004 21:13:30 +0000 (+0000) Subject: another message X-Git-Tag: 1.3.0beta1~548 X-Git-Url: http://git.cyclocoop.org/%27.generer_url_ecrire%28%27admin_couteau_suisse%27%2C%27cmd=descrip&outil=boites_privees?a=commitdiff_plain;h=4555a1c2a0bd087b5a42e0fdf7d734ebca659223;p=lhc%2Fweb%2Fwiklou.git another message --- 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);