diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2025-05-22 18:50:31 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2025-05-22 19:03:06 +0200 |
commit | 8a211aff971fd9ac584439690f6022f1ead95234 (patch) | |
tree | 7394c16e2532b24cf1d6e1c1613bc8909148a571 /Zotlabs/Module | |
parent | daf8531804a2644fa1de57fef6e53bce16be31ae (diff) | |
download | volse-hubzilla-8a211aff971fd9ac584439690f6022f1ead95234.tar.gz volse-hubzilla-8a211aff971fd9ac584439690f6022f1ead95234.tar.bz2 volse-hubzilla-8a211aff971fd9ac584439690f6022f1ead95234.zip |
Remove unused code in Module/Invite.php
The $feedbk variable was set, but never used in the Module\Invite::get()
function.
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r-- | Zotlabs/Module/Invite.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Zotlabs/Module/Invite.php b/Zotlabs/Module/Invite.php index 1c48b92ce..7f64b5400 100644 --- a/Zotlabs/Module/Invite.php +++ b/Zotlabs/Module/Invite.php @@ -388,12 +388,6 @@ class Invite extends Controller { } } - if ($wehave > $invmaxau) { - if (! is_site_admin()) { - $feedbk .= 'ZAI0200E,' . t('All users invitation limit exceeded.') . $eol; - } - } - $tpl = get_markup_template('invite.tpl'); $inv_rabots = array( |