Public bug reported:

Plugins are invoked like this:

$aiki->plugins->do_action("output_body_end", &$footer);

second parameter is passed by reference which is deprecated and throw a
warring

"Deprecated: Call-time pass-by-reference has been deprecated"

** Affects: aikiframework
     Importance: Undecided
         Status: New

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

Title:
  Plugins throw deprecation warrings

Status in Aiki Framework:
  New

Bug description:
  Plugins are invoked like this:

  $aiki->plugins->do_action("output_body_end", &$footer);

  second parameter is passed by reference which is deprecated and throw
  a warring

  "Deprecated: Call-time pass-by-reference has been deprecated"

To manage notifications about this bug go to:
https://bugs.launchpad.net/aikiframework/+bug/872170/+subscriptions

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

Reply via email to