Skip to content

Commit

Permalink
Item2628: Foswiki has always used {WorkingDir}; remove T(m)wiki stuff
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/UserInfoPlugin@6037 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
WillNorris authored and WillNorris committed Jan 12, 2010
1 parent 201f5fd commit e143061
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/Foswiki/Plugins/UserInfoPlugin/Core.pm
Expand Up @@ -41,10 +41,7 @@ sub new {
#writeDebug("building a new Core");

# figure out where the sessions are
$this->{sessionDir} =
$Foswiki::cfg{TempfileDir} ||
$Foswiki::cfg{Sessions}{Dir} ||
&Foswiki::Func::getDataDir() . "/.session";
$this->{sessionDir} = $Foswiki::cfg{WorkingDir};
if (! -e $this->{sessionDir}) {
$this->{sessionDir} = '/tmp';
}
Expand Down

0 comments on commit e143061

Please sign in to comment.