All php vars need to end with a ;

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-09-14 14:25:53 -07:00
parent c04e153372
commit c2cab48398

View file

@ -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;