joomla / joomla-cms

Home of the Joomla! Content Management System
https://www.joomla.org
GNU General Public License v2.0
4.77k stars 3.65k forks source link

[5.3] Replace deprecated createRestorationFile with createUpdateFile #44466

Closed bembelimen closed 5 days ago

bembelimen commented 6 days ago

Pull Request for Issue # .

Summary of Changes

The method createRestorationFile is deprecated and should not be used anymore. This PR replaces it with createUpdateFile.

Testing Instructions

Code Review? Otherwise: install an old version of Joomla, apply patch and then update

Actual result BEFORE applying this Pull Request

Update works

Expected result AFTER applying this Pull Request

Update works

richard67 commented 5 days ago

I have tested this item :white_check_mark: successfully on 4a556e81110ea2b1edb8d41ced13c3a10ba2ff89

Code review. As the deprecated createRestorationFile method is just a call to the createUpdateFile method with the same parameters and return values, the change is correct.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44466.

HLeithner commented 5 days ago

thanks