]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Login.php
Change plugin to addon
[friendica.git] / src / Module / Login.php
index 1da7a7417a0a0ae2a4452ca5a963be257ce944c4..d2388832695e2a8e5d5b2ee266b8c93409c21331 100644 (file)
@@ -89,9 +89,9 @@ class Login extends BaseModule
                        ];
 
                        /*
-                        * A plugin indicates successful login by setting 'authenticated' to non-zero value and returning a user record
-                        * Plugins should never set 'authenticated' except to indicate success - as hooks may be chained
-                        * and later plugins should not interfere with an earlier one that succeeded.
+                        * An addon indicates successful login by setting 'authenticated' to non-zero value and returning a user record
+                        * Addons should never set 'authenticated' except to indicate success - as hooks may be chained
+                        * and later addons should not interfere with an earlier one that succeeded.
                         */
                        Addon::callHooks('authenticate', $addon_auth);