Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
InvisionHQ Posted April 21, 2018 Posted April 21, 2018 When I try to create automatic club features everything is fine except for the node downloads. public function _saveClubForm( \IPS\Member\Club $club, $values ) { foreach ( array( 'allowss', 'reqss', 'comments', 'reviews' ) as $k ) { $this->bitoptions[ $k ] = $values[ 'cbitoptions_' . $k ]; } $this->types = implode( ',', $values['ctypes'] ); I got invalid arguments passed on implode (last line of the above code. is it a bad idea to add an isset() check?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.