1 edb Dec 14, 2007 18:50
3 yabba Dec 17, 2007 14:35
Well, that took a tad of finding!
Crack open inc/plugins/_plugins.ctrl.php and change this bit of code ( approx 675 ) and see if it fixes it :
// this returns NULL for code as it's seen as a duplicate plugin
$default_Plugin = & $admin_Plugins->register($edit_Plugin->classname);
// grab a raw copy of the plugin
$raw_Plugin = new $edit_Plugin->classname();
// Params for/"from" form:
$edited_plugin_name = $default_Plugin->name;
$edited_plugin_shortdesc = $default_Plugin->short_desc;
$edited_plugin_code = $raw_Plugin->code;
¥
4 edb Dec 18, 2007 17:15
I'll have to rebuild a fresh installation, but on my upgraded installation I now get the same (minor) error when I save and review or restore defaults.
I will report back when I get a fresh installation running and try this mod on that.
5 yabba Dec 19, 2007 00:43
bugger, hope it works, I already committed it, and the FG's a right grumpy bugger when we screw things up :roll:
¥
EdB wrote:
You're weird ...... 'course that doesn't make you wrong, but yer still weird :|
It seems to happen if you edit one of the settings ( couldn't get it to happen without editing ), and it seems to persist.
¥