X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FFollowEveryone%2FFollowEveryonePlugin.php;h=228efc93573a93ba4cd3800ee02845db3a1c0c4d;hb=c78170a2757983e99655219502ec36cada7547f5;hp=09afbfd8a7595e1ec8fdadc2cc2b7a93e2f8faed;hpb=60b66bdd6e3bbc083aec6126b8583714dc24b94d;p=quix0rs-gnu-social.git diff --git a/plugins/FollowEveryone/FollowEveryonePlugin.php b/plugins/FollowEveryone/FollowEveryonePlugin.php index 09afbfd8a7..228efc9357 100644 --- a/plugins/FollowEveryone/FollowEveryonePlugin.php +++ b/plugins/FollowEveryone/FollowEveryonePlugin.php @@ -46,7 +46,6 @@ if (!defined('STATUSNET')) { * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html AGPL 3.0 * @link http://status.net/ */ - class FollowEveryonePlugin extends Plugin { /** @@ -62,7 +61,6 @@ class FollowEveryonePlugin extends Plugin * @return boolean hook value * */ - function onEndUserRegister(&$newProfile, &$newUser) { $otherUser = new User(); @@ -112,7 +110,6 @@ class FollowEveryonePlugin extends Plugin * * @return boolean hook value; true means continue processing, false means stop. */ - function onCheckSchema() { $schema = Schema::get(); @@ -135,7 +132,6 @@ class FollowEveryonePlugin extends Plugin * * @return boolean hook value; true means continue processing, false means stop. */ - function onAutoload($cls) { $dir = dirname(__FILE__); @@ -157,7 +153,6 @@ class FollowEveryonePlugin extends Plugin * * @return boolean hook value */ - function onEndProfileFormData($action) { $user = common_current_user(); @@ -180,7 +175,6 @@ class FollowEveryonePlugin extends Plugin * * @return boolean hook value */ - function onEndProfileSaveForm($action) { $user = common_current_user(); @@ -199,7 +193,6 @@ class FollowEveryonePlugin extends Plugin * @return boolean hook value * */ - function onPluginVersion(&$versions) { $versions[] = array('name' => 'FollowEveryone',