Some scripts in the Dec 2001 release omit to specify the skin used when loading templates.
Namely:
attach changes mailnotify oops register rename
This should be fixed. I provide the following patch to these files, that will:
- add:
my $skin = $query->param( "skin" ) || &TWiki::Prefs::getPreferencesValue( "SKIN" );
- add a second parameter
$skin to the call(s):
- $tmpl = &TWiki::Store::readTemplate( "XXX" );
--
ColasNahaboo - 18 Jun 2002
Thanks Colas for the patch! Contributions like this make it easy for the
CoreTeam to incorporate changes into TWiki.
In
TWikiAlphaRelease and TWiki.org.
--
PeterThoeny - 17 Jul 2002
Category:
TWikiPatches