Bugzilla – Bug 3819
Settings ending in a number aren't set
Last modified: 2006-07-26 14:08:47 UTC
I've tried to use a setting variable eg. plugin_xy_setting2. This didn't work. It wasn't stored to the prefs file nor returned useing Slim::Utils::get('plugin_xy_setting2'). I then renamed it to plugin_xy_setting2x - and everything was fine. Please don't send me digging in Setup.pm :-)
ending in a number, the server assumes it is an array pref, which won't work right if it's not.
Oh, yeah, should have remembered that. Sorry for the noise...