mybb / merge-system

The MyBB Merge System allows for easy merging of an existing forum (be it MyBB or another forum software) into a MyBB 1.8.x forum.
Other
34 stars 33 forks source link

Fix #219 PHP 7.2 compatibility: undefined constant. #237

Closed yuliu closed 4 years ago

yuliu commented 4 years ago

Fix #219 PHP 7.2 compatibility: undefined constant.

It's a quick fix only for constant IN_MODULE. Other constant defines should be working fine without triggering such warning/error.