diff --git a/administrator/components/com_patchtester/PatchTester/Controller/ApplyController.php b/administrator/components/com_patchtester/PatchTester/Controller/ApplyController.php index 67a5b7a..8db7801 100644 --- a/administrator/components/com_patchtester/PatchTester/Controller/ApplyController.php +++ b/administrator/components/com_patchtester/PatchTester/Controller/ApplyController.php @@ -31,7 +31,7 @@ class ApplyController extends AbstractController { try { - $model = new PullModel(null, Factory::getDbo()); + $model = new PullModel(null); // Initialize the state for the model $model->setState($this->initializeState($model));