Skip to content

Commit

Permalink
Fix setLength typo
Browse files Browse the repository at this point in the history
  • Loading branch information
montyphy committed Sep 5, 2011
1 parent fa06dd4 commit af03a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/init.php
Expand Up @@ -9,7 +9,7 @@


fORMDatabase::attach($db); fORMDatabase::attach($db);


fSession::setLength('30 minute', '1 week'); fSession::setLength('30 minutes', '1 week');
fSession::setPath(dirname(__FILE__) . '/../var/session'); fSession::setPath(dirname(__FILE__) . '/../var/session');


if ($uid = fSession::get('user')) { if ($uid = fSession::get('user')) {
Expand Down

0 comments on commit af03a8d

Please sign in to comment.