X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=inline;f=plugins%2Ffunction.profile.php;h=516f019f2b48fe4f750fe517b552c26c76428988;hb=b588133fbb0ef97fc65320f38897362b74bb6a82;hp=98448ee8431ba4e9b2e79bdc8a368627e5253f92;hpb=5e1513f67936a6c6866113d260746711af4ea2ee;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);