Fix case of $wgLocalTZoffset from 7e3386d4
authorPlatonides <platonides@gmail.com>
Tue, 23 Apr 2013 11:20:01 +0000 (13:20 +0200)
committerPlatonides <platonides@gmail.com>
Tue, 23 Apr 2013 11:20:01 +0000 (13:20 +0200)
commite30a27945effab2ecb52c93699a81ebc64682f1b
tree4c9ecaa576c01322de739e8d4d625d114d4e86ff
parent7e3386d41774fcfefea696a30b1a434aabfb0db2
Fix case of $wgLocalTZoffset from 7e3386d4

The variable is called $wgLocalTZoffset, with lowercase O.
And php variable names are case-sensitive.

This commit is a simple
 sed -i 's/wgLocalTZOffset/wgLocalTZoffset/' includes/Timestamp.php

Change-Id: Iddf9b363c9ddc95938ba8b5e0c134d9ec734109c
includes/Timestamp.php