Bug when using a 0 in paths passed to url_for
Reported by Fabrice Luraine | July 30th, 2010 @ 10:18 AM
See http://groups.google.fr/group/limonade/browse_thread/thread/7cbad94cec5fddb0#
Will be solved by replacing if(!empty($v))
with
if($v != "")
in url_for()
Comments and changes to this ticket
-
Fabrice Luraine October 16th, 2010 @ 06:29 PM
- State changed from open to resolved
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.
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.