Skip to content

Commit

Permalink
Item11725: Applied fix suggested by CrawfordCurrie, VISITORS and NRVI…
Browse files Browse the repository at this point in the history
…SITORS macros now returning correct results.

git-svn-id: http://svn.foswiki.org/trunk/UserInfoPlugin@14552 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
AlexisHazell authored and AlexisHazell committed Apr 4, 2012
1 parent 483a15e commit ea11f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/UserInfoPlugin/Core.pm
Expand Up @@ -41,7 +41,7 @@ sub new {
#writeDebug("building a new Core");

# figure out where the sessions are
$this->{sessionDir} = $Foswiki::cfg{WorkingDir};
$this->{sessionDir} = $Foswiki::cfg{WorkingDir} . '/tmp';
if (! -e $this->{sessionDir}) {
$this->{sessionDir} = '/tmp';
}
Expand Down

0 comments on commit ea11f82

Please sign in to comment.