Support » Plugin: One Quick Post » Bugs on PHP 5.4 : reference calls should be done in definition, not in call

  • Hi, it seems there is a bug when using PHP 5.4 : in several places of /includes/notifications.php , the $post variable is called by reference (&$post) inside the function, whereas the reference should be made in the definition of the function (example : function blabla(&$post) ).

    Would you mind upgrading the plugin to make it work on bleeding edge servers ? 🙂

    Bye,
    Yann

    http://wordpress.org/extend/plugins/one-quick-post/

  • The topic ‘Bugs on PHP 5.4 : reference calls should be done in definition, not in call’ is closed to new replies.