Greetings all.
As I was in the midst of upgrading to 1.0.8, I noticed my editor showing a syntax error in configuration.php-dist. It seems that line 44 is:
Code:
$mosConfig_session_life_admin = '1800' // Admin Session Time
while it should be:
Code:
$mosConfig_session_life_admin = '1800'; // Admin Session Time
(note the semicolon)
I would appreciate it if someone could confirm this, and fix it (I am not confident in my ability to update the file in svn appropriately, and this should pose a (relatively) major hurdle to new users.
Thanks,
Kyle Lady