#48 ✓resolved
Fabrice Luraine

In route_find, notice in strict mode

Reported by Fabrice Luraine | October 21st, 2010 @ 04:47 PM

Only variables should be passed by reference in /var/www/utf8/audiens/vendors/limonade/lib/limonade.php on line1347

At line 1347:

$params = array_replace($params, array_combine($names, $matches));

Will be solved with:

$arr_comb = array_combine($names, $matches);
$params = array_replace($params, $arr_comb);

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Limonade is a PHP micro-framework.

People watching this ticket

Referenced by

Pages