X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=plugins%2Ffunction.profile.php;h=516f019f2b48fe4f750fe517b552c26c76428988;hb=86668a58a94fc57493a335eb75a37171238c0220;hp=98448ee8431ba4e9b2e79bdc8a368627e5253f92;hpb=d645ceb701b0e8aa1de2e5271bed35e56ef169f1;p=platal.git diff --git a/plugins/function.profile.php b/plugins/function.profile.php index 98448ee..516f019 100644 --- a/plugins/function.profile.php +++ b/plugins/function.profile.php @@ -19,7 +19,7 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * ***************************************************************************/ -function smarty_function_profile($params, &$smarty) +function smarty_function_profile($params, $smarty) { $params = new PlDict($params); $with_promo = $params->b('promo', false) || $params->b('cat', false);