Data at Your Fingertips: Explore Our New Reporting and Statistical Capabilities By Ryan Ashbrook Tuesday at 01:29 PM
InvisionHQ Posted April 21, 2018 Share 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? Link to comment Share on other sites More sharing options...
bfarber Posted April 23, 2018 Share Posted April 23, 2018 Sure, that shouldn't be an issue. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.