Fatal error when adding club topics.
Manual Patch:
Open applications/basicpoints/hooks/forumSource.php
Find:
public function clubForm( \IPS\Helpers\Form $form )
Replace With:
public function clubForm( \IPS\Helpers\Form $form, \IPS\Member\Club $club )
Find:
parent::clubForm( $form )
Replace (2 instances)
parent::clubForm( $form, $club )
Save.
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.