]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/UserFlag/UserFlagPlugin.php
Cleanup stray PHP 4-style references in hook calls for navigation bars. We can't...
[quix0rs-gnu-social.git] / plugins / UserFlag / UserFlagPlugin.php
index fc7698841ecf70e35568bbb4774ba615dfb7baa4..a375717ccd59dc175d2f878cdc2c64ab75506d62 100644 (file)
@@ -121,12 +121,12 @@ class UserFlagPlugin extends Plugin
     /**
      * Add a 'flag' button to profile page
      *
-     * @param Action  &$action The action being called
+     * @param Action  $action The action being called
      * @param Profile $profile Profile being shown
      *
      * @return boolean hook result
      */
-    function onEndProfilePageActionsElements(&$action, $profile)
+    function onEndProfilePageActionsElements($action, $profile)
     {
         $this->showFlagButton($action, $profile,
                               array('action' => 'showstream',