Please report this to the trac.
Thanks!

-MI

---------------------------------------------------------------------------

Remember, smart coders answer ten questions for every question they ask. 
So be smart, be cool, and share your knowledge. 

BAKE ON!

-----Mensaje original-----
De: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] En nombre
de francky06l
Enviado el: Martes, 05 de Diciembre de 2006 09:30 a.m.
Para: Cake PHP
Asunto: Re: problem with the latest 1.1.11.4064


I found the problem, in the new version of router.php, the
neatarray->cleanup has been remove and replace by array_filter. The
problem is that array_filter wihtout call back function will drop
everything that is NULL, and then 0 becomes null and is dropped..
I have corrected, a dirty fast solution, by writing my callback
function to verify that 0 is not dropped ..and this works..


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Cake PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to