spelling: subscribed

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-22 00:08:30 -04:00
parent 39258376e0
commit afad4f13e8
2 changed files with 2 additions and 2 deletions

View file

@ -102,7 +102,7 @@ class ForumManager
/** /**
* Forumlist widget * Forumlist widget
* *
* Sidebar widget to show subcribed friendica forums. If activated * Sidebar widget to show subscribed friendica forums. If activated
* in the settings, it appears at the notwork page sidebar * in the settings, it appears at the notwork page sidebar
* *
* @param string $baseurl Base module path * @param string $baseurl Base module path

View file

@ -254,7 +254,7 @@ class Profile extends BaseProfile
); );
} }
//show subcribed forum if it is enabled in the usersettings //show subscribed forum if it is enabled in the usersettings
if (Feature::isEnabled($profile['uid'], 'forumlist_profile')) { if (Feature::isEnabled($profile['uid'], 'forumlist_profile')) {
$custom_fields += self::buildField( $custom_fields += self::buildField(
'forumlist', 'forumlist',