Fix two instances of calling function with too few args
authorErik Bernhardson <ebernhardson@wikimedia.org>
Thu, 15 Dec 2016 19:33:43 +0000 (11:33 -0800)
committerStanislav Malyshev <smalyshev@gmail.com>
Thu, 15 Dec 2016 21:24:40 +0000 (13:24 -0800)
commit41f9c933b31ff7e768174a436e88c079fb33dda6
tree0281201d6a181c6d791d8a899c554b0a6b2eaa18
parent924be4819f9a7123911f5bc3d764287c2f321339
Fix two instances of calling function with too few args

At one point SearchIndexFieldDefinition was updated to require the
engine to be passed in, but it seems that update was missed here.

BackupDumper::loadPlugin() requires the second argument, set it to
the empty string to keep current behaviour.

Change-Id: Ifbd8fc4870ff63b2d338f8bb4d251d7a3477b989
includes/search/DummySearchIndexFieldDefinition.php
maintenance/backup.inc
tests/phan/config.php