Fix comment for $wgUseImageResize
authorThis, that and the other <at.light@live.com.au>
Sun, 16 Feb 2014 10:30:25 +0000 (21:30 +1100)
committerBrian Wolff <bawolff+wn@gmail.com>
Mon, 17 Feb 2014 02:40:06 +0000 (02:40 +0000)
commit9e084acc3783e26011f2563d5448ac5ccc102831
treeef7d48c4fa81922383be13ab4ab662ee7a582204
parent157bda926854ea7e6b976cff4dd1d7c44793d475
Fix comment for $wgUseImageResize

It is not obsolete - it is used by the Bitmap class. I tested it and it
does indeed disable server-side image thumbnailing. The variable was
originally un-obsoleted in r48787, but accidentally re-marked obsolete
when merging upload-api/js2 branch in r53282.

Also moving it to a more logical location in DefaultSettings.

Change-Id: Ibb4d9784e997ea3b6ca7e2e0272635e6c8a30d26
includes/DefaultSettings.php