ThemeFuse / Unyson-Backups-Extension

Backup & Demo Content - This extension lets you create an automated backup schedule, import demo content or even create a demo content archive for migration purposes.
http://manual.unyson.io/en/latest/extension/backups/
10 stars 17 forks source link

Fixed deprecated syntax #60

Open andrewl64 opened 3 years ago

andrewl64 commented 3 years ago

Fixed "Array and string offset access syntax with curly braces is deprecated" error in PHP 7.4+ by replacing all occurrences of $someName{x} with $someName[x]

andrewl64 commented 3 years ago

Replacing all occurrences of $someName{x} with $someName[x] in the above four files fixed the errors described in issue #61 and the backup is running successfully again.

Tested on: Unyson v2.7.24 | WordPress 5.7.1 | PHP 8.0.5