ok i have fork and fixed the Bug ... and now i try to do a pull request, but this is my first use of GitHub and a don´t know that was right. But i hope so ;) if not please explain it to me
http://github.com/papst23/Garden/commit/cf9dcc7f0ff23a623b7…
ok i checked myself ... and i think it´s a bug in
ibrary/core/class.dispatcher.php in line 378
Original:
if (strpos($Destination, '$') !== FALSE && strpos($this->Request, '(') !== FALSE)
Better:
if (strpos($Destination, '$') !== FALSE…