31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-02 05:30:48 +00:00

5.0 compat

This commit is contained in:
Nicola Galgano 2023-08-03 12:09:11 +02:00 committed by GitHub
parent ad32057325
commit aeb00300e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ class RevertController extends AbstractController
{
try
{
$model = new PullModel(null, Factory::getDbo());
$model = new PullModel(null);
// Initialize the state for the model
$model->setState($this->initializeState($model));