** Changed in: aikiframework
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Aiki
Framework Admins, which is subscribed to aikiframework.
https://bugs.launchpad.net/bugs/900822
Title:
new aiki script wrongly parse parameters.
Status in Aiki Framework:
Fix Released
Bug description:
It seams that there is a bug in mtoken function.
I create method header in class utils that call header function.
(script( $aiki->utils->header("HTTP/1.1 301 Moved Permanently"); )script)
(script( $aiki->utils->header("Location: [root]/admin"); )script)
and also this
<php $aiki->utils->header("HTTP/1.1 301 Moved Permanently"); php>
<php $aiki->utils->header("Location: [root]/admin"); php>
And Aiki return headers
HTTP/1.1 301 Moved Permanently"
Location: /admin"
if you put comma after first parameter it work fine.
(script( $aiki->utils->header("HTTP/1.1 301 Moved Permanently",); )script)
(script( $aiki->utils->header("Location: [root]/admin",); )script)
the same with php
To manage notifications about this bug go to:
https://bugs.launchpad.net/aikiframework/+bug/900822/+subscriptions
_______________________________________________
Mailing list: https://launchpad.net/~aikiframework.admins
Post to : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework.admins
More help : https://help.launchpad.net/ListHelp