** Changed in: aikiframework
       Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Aiki
Framework Admins, which is subscribed to aikiframework.
https://bugs.launchpad.net/bugs/671928

Title:
  can't pass a var to custom php class if it starts with db var ((var))

Status in Aiki Framework:
  In Progress

Bug description:
  for example:
<php $aiki->md5->sum(((service_key))api_key((service_key))permswrite); php>
will not work

but this works:

  <php $aiki->md5->sum( ((service_key))api_key((service_key))permswrite ); php>



_______________________________________________
Mailing list: https://launchpad.net/~aikiframework.admins
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework.admins
More help   : https://help.launchpad.net/ListHelp

Reply via email to