From fb38686d860b6cb881e53b10f106a59cd75a6512 Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Thu, 2 Feb 2006 09:09:03 +0000 Subject: [PATCH] Make addQueryStringSelf use KTUtil::addQueryStringSelf --- lib/templating/smartytemplate.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/templating/smartytemplate.inc.php b/lib/templating/smartytemplate.inc.php index 49e795c..4eca535 100644 --- a/lib/templating/smartytemplate.inc.php +++ b/lib/templating/smartytemplate.inc.php @@ -233,7 +233,7 @@ class KTSmartyTemplate extends KTTemplate { } function addQueryStringSelf($qs) { - return KTUtil::addQueryString($qs); + return KTUtil::addQueryStringSelf($qs); } } -- libgit2 0.21.4