All php vars need to end with a ;
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
c04e153372
commit
c2cab48398
1 changed files with 1 additions and 1 deletions
|
@ -657,4 +657,4 @@ error_reporting(E_ALL ^ E_NOTICE);
|
|||
|
||||
# Set this to 10 hours (up from default 1 hour) to let people stay logged in
|
||||
# during their work day.
|
||||
$wgObjectCacheSessionExpiry = 36000
|
||||
$wgObjectCacheSessionExpiry = 36000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue