-- Christian Sanchez <[EMAIL PROTECTED]> wrote
(on Saturday, 05 July 2008, 07:13 PM -0500):
> The following line in the Zend/Dojo/Helper/Dojo/Container
> .php should be replaced from this:
> 
> 493: $localPath = preg_replace('|dojo[/\\\\]dojo.js[^/\\\\]*$|i', '',
> $localPath);
> 
> to this:
> 
> 493: $localPath = preg_replace('|[/\\\\]dojo[/\\\\]dojo.js[^/\\\\]*$|i', '',
> $localPath);
> 
> When checking for the code behind generated for my action y get this line:
> 
> /localpath/...//dijit.css
> 
> when the line should be:
> 
> /localpath/.../dijit.css

Fixed in current svn -- thanks for the report!

-- 
Matthew Weier O'Phinney
Software Architect       | [EMAIL PROTECTED]
Zend Framework           | http://framework.zend.com/

Reply via email to