From 0a001801f9b8e1ab282314d050a20432d58fbd85 Mon Sep 17 00:00:00 2001 From: seek3r Date: Mon, 21 Jan 2002 18:51:40 +0000 Subject: [PATCH] oops --- phpgwapi/inc/class.Template.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.Template.inc.php b/phpgwapi/inc/class.Template.inc.php index 81c6d64059..bd33950a6d 100644 --- a/phpgwapi/inc/class.Template.inc.php +++ b/phpgwapi/inc/class.Template.inc.php @@ -334,7 +334,7 @@ break; } - $str str_replace (".gif", ".png",$str); + $str = str_replace (".gif", ".png",$str); return $str; }