DragonByte Tech
New Member
AMS Premium
CAS Premium
EMS Early Adopter
IMS Premium
GS Premium
KBS Premium
LD Premium
RMS Premium
SC Premium
UBS Premium
TS Premium
- RMS Version
- 2.3.6
- XenForo Version
- 2.3.13
- PHP Version
- 8.3.3
- Database & Version
- 11.4.13-MariaDB
- Are there any errors being throw?
- No
src/addons/XenAddons/RMS/Entity/Question
PHP:
// check to see if the Item Owner has permission to reply to questions on own ad
if ($this->hasPermission('questionReplyOwnAd'))
{
return true;
}