Merge pull request #1019 from ArthurHoaro/hotfix/complete-update

Return true after update ReorderDatastore to complete it
This commit is contained in:
ArthurHoaro 2017-11-11 16:51:38 +01:00 committed by GitHub
commit 7d0be731c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -443,6 +443,7 @@ public function updateMethodResetHistoryFile()
public function updateMethodReorderDatastore()
{
$this->linkDB->save($this->conf->get('resource.page_cache'));
return true;
}
}