Jump to content

Featured Replies

Posted

This is the code in applications/core/widgets/achievements.php on lines 51-54:

		$form->add( new \IPS\Helpers\Form\CheckboxSet( 'achievements_to_show', isset( $this->configuration['achivements_to_show'] ) ? explode( ',', $this->configuration['achivements_to_show'] ) : [ 'badges', 'ranks' ], TRUE, [ 'options' => [
			'badges'	=> 'block_achievements_badges',
			'ranks'		=> 'block_achievements_rank',
		] ] ) );

 

The setting's key is achievements_to_show but the isset/explode instead use achivements_to_show (the first e is missing).

Edited by teraßyte

Solved by Daniel F

Go to solution
  • Solution

Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release.

 

Recently Browsing 0

  • No registered users viewing this page.