Handle the default value of $wgExternalDiffEngine without warning
authorSeb35 <seb35wikipedia@gmail.com>
Sat, 9 Jul 2016 08:07:49 +0000 (10:07 +0200)
committerSeb35 <seb35wikipedia@gmail.com>
Sat, 9 Jul 2016 08:07:49 +0000 (10:07 +0200)
commitff397feea812f5a068afa55f3b883746cc6b7956
treef09e51148775034134e966d857f24d9637b3decf
parent293c4381a00b6c554ed330211ff27a2c857ec681
Handle the default value of $wgExternalDiffEngine without warning

The default value (false) was not handled by the recent depreciation warnings
in 037f056, and was triggering the last warning. This removes this warning.

Change-Id: If7fe92d874eb10525a72f6d3a97f00117c79acc1
includes/diff/DifferenceEngine.php