mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Display a message if no topics or forums are selected when unsubscribing. #34855
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8997 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -237,7 +237,10 @@ class ucp_main
|
||||
$l_unwatch .= '_TOPICS';
|
||||
}
|
||||
$msg = $user->lang['UNWATCHED' . $l_unwatch];
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
$msg = $user->lang['NO_WATCHED_SELECTED'];
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user