﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1454	Latest update gives Fatal Error (FCKeditor::$nsToggles)	kasper		"I have been running FCKeditor (rev. 1037) without any problems (aside form the knwon and reported bugs). Lately, I did a update and received version 2.5 (rev. 1043) and all of a sudden got: (after changing preferences)

{{{
Fatal error: Access to undeclared static property: FCKeditor::$nsToggles in /var/www/dev/wiki-test/includes/SpecialPreferences.php on line 925
}}}

The last change to SpecialPreferences.php was after installing FCKeditor and applied this bit of code:

{{{
921	                # FCKeditor 
922	                # load FCKeditor settings into separate tab 
923	                if (!$wgUser->getOption( 'riched_disable' )) { 
924	                  $wgOut->addHTML( '<fieldset><legend>' . wfMsg( 'textrichditor' ) . '</legend>' .                                               
925	                         $this->getToggles( FCKeditor::$nsToggles ) . '</fieldset>' 
926	                  ); 
927	                }  
}}}

This was to add a seperate tab in 'my preferences'."	Bug	closed	Normal		Project : MediaWiki+FCKeditor		fixed		
