From dd332db4558b5214ccdb5d52b54287998918a61d Mon Sep 17 00:00:00 2001 From: "uwe.tews@googlemail.com" Date: Wed, 17 Nov 2010 23:15:12 +0000 Subject: [PATCH] -bugfix in function.fetch.php, reference to undefined $smarty --- change_log.txt | 1 + libs/plugins/function.fetch.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/change_log.txt b/change_log.txt index 9afbdcf6..27f0fb71 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,6 +1,7 @@ 17/11/2010 - bugfix on {call} with variable function name - bugfix on {block} if name did contain '-' +- bugfix in function.fetch.php , referece to undefined $smarty 16/11/2010 - bugfix whitespace in front of "_version; + $agent = "Smarty Template Engine ".$template->_version; $referer = ""; $uri = !empty($uri_parts['path']) ? $uri_parts['path'] : '/'; $uri .= !empty($uri_parts['query']) ? '?' . $uri_parts['query'] : '';