Bug when using a 0 in paths passed to url_for
Reported by Fabrice Luraine | 2010-07-30 10:19:40 UTC
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 2010-08-02 09:45:32 UTC
- State changed from open to new
-

Fabrice Luraine 2010-08-05 12:02:45 UTC
- 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 ...