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


-- 
Christian Sánchez A.

Reply via email to