Bug when using a 0 in paths passed to url_for
Reported by Fabrice Luraine | July 30th, 2010 @ 10:19 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 August 2nd, 2010 @ 09:45 AM
- State changed from open to new
-
Fabrice Luraine August 5th, 2010 @ 12:02 PM
- State changed from new to resolved
(from [90b2fd011e03e3d0cb103c8a83ca82dcbae391d3]) Fixing bug when using a 0 in paths passed to url_for [#44 state:resolved] http://github.com/sofadesign/limonade/commit/90b2fd011e03e3d0cb103c...
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.
People watching this ticket
Tags
Referenced by
- 44 Bug when using a 0 in paths passed to url_for (from [90b2fd011e03e3d0cb103c8a83ca82dcbae391d3]) Fixing ...