Merge pull request #1959 from YJSoft/patch-6

Fix #1958 Do not install point module trigger by default
This commit is contained in:
Kijin Sung 2022-06-09 21:19:09 +09:00 committed by GitHub
commit aa065af77a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -159,9 +159,6 @@ class point extends ModuleObject
// Create a directory to store points information.
FileHandler::makeDir('./files/member_extra_info/point');
// Register triggers.
$this->registerTriggers();
}
/**