fix method call

This commit is contained in:
Patrick McAndrew 2014-06-04 17:26:25 +01:00
commit 366fb39606

View file

@ -191,7 +191,7 @@ class Resetter
$additionalError = sprintf(
'Tried to delete newly built index %s, but also failed: %s',
$newIndexName,
$deleteNewIndexException->getError()
$deleteNewIndexException->getMessage()
);
}