]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Cleanup stray PHP 4-style references in hook calls for navigation bars. We can't...
authorBrion Vibber <brion@pobox.com>
Tue, 18 Jan 2011 20:34:27 +0000 (12:34 -0800)
committerBrion Vibber <brion@pobox.com>
Tue, 18 Jan 2011 20:34:27 +0000 (12:34 -0800)
commit56e2bc10d97a0241d3ce9e8abadd3d42658701ec
tree48fd904c599f174290d0cafc7b798cf46e99d76e
parentd0d1257d9928f9a282874bec0423885839d84a20
Cleanup stray PHP 4-style references in hook calls for navigation bars. We can't replace the live action from here, and don't need a reference to keep the object mutable. Dumping the references helps ensure we don't end up getting errors when things calling the hooks might forget to use the reference and the PHP error reporting settings expose this fact at us.
lib/accountsettingsaction.php
lib/connectsettingsaction.php
lib/logingroupnav.php
lib/userprofile.php
plugins/CasAuthentication/CasAuthenticationPlugin.php
plugins/Facebook/FacebookPlugin.php
plugins/FacebookBridge/FacebookBridgePlugin.php
plugins/NewMenu/NewMenuPlugin.php
plugins/OpenID/OpenIDPlugin.php
plugins/TwitterBridge/TwitterBridgePlugin.php
plugins/UserFlag/UserFlagPlugin.php