Skip to content

Commit

Permalink
Item9474: fixing auto-load of foswikiPrefs
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@8513 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Aug 16, 2010
1 parent bab5ea1 commit 5bcd85e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TwistyPlugin/lib/Foswiki/Plugins/TwistyPlugin/TWISTY.pm
Expand Up @@ -40,7 +40,8 @@ sub new {
);
# The jquery plugin code is using 'sub-cookies' within the FOSWIKIPREF
# cookie.
Foswiki::Func::expandTemplate('JavascriptFiles/foswikiPref');
my $foswikiPrefs = Foswiki::Func::expandTemplate('JavascriptFiles/foswikiPref');
Foswiki::Func::expandCommonVariables($foswikiPrefs);

return $this;
}
Expand Down

0 comments on commit 5bcd85e

Please sign in to comment.