Quote:
Originally Posted by X-or
any idea to save user preferences please?
Digital Jedi are you using mw 1.16
|
Trying to figure this out myself,
http://wiki.planetside-universe.com/ps/Special:Version
Disabling the extension, preferences save just fine.
Edit: I have worked around the issue. I am unsure what consequences it may have, but so far everything appears to be working as intended.
I changed
PHP Code:
else
{
$u->clearInstanceCache( 'id' );
$u->load();
}
to
PHP Code:
else
{
//$u->clearInstanceCache( 'id' );
$u->load();
}