Fullscreen
Loading...
 
Skip to main content

Forum pref in /lib/prefs/forum.php name contradicts description

Status
Closed
Subject
Forum pref in /lib/prefs/forum.php name contradicts description
Version
18.x
Category
  • Bug
  • Consistency
  • Easy for Newbie Dev
  • Less than 30-minutes fix
Feature
Admin Interface (UI)
Resolution status
New
Submitted by
hman
Lastmod by
Eutyche ODIMBA
Rating
(0)
Description

In /lib/prefs/forum.php there is a forum pref, where the name of the pref directly contradicts it's description. In line 175 you'll find

Copy to clipboard
'forum_inbound_mail_ignores_perms' => [ 'name' => tr('Allow inbound email posts from anyone'), 'description' => tr('Allow posts from non-users in forums using inbound posts from a specified email address.'), 'type' => 'flag', 'default' => 'n', ],


Mail-in allowed for "everyone", or only for "specified addresses"? Since no parameter that could specify such an address is asked and stored, I guess the name is correct, but the description isn't. Affects all languages...

Importance
6
Easy to solve?
10 easy
Priority
60
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
7441
Created
Friday 24 July, 2020 10:53:49 UTC
by hman
LastModif
Friday 07 January, 2022 08:43:22 UTC


Show PHP error messages