Open giulioantonio opened 1 year ago
I think it can be solved simply like this (it works): (line 613)
// old // public function init($fm_obj, $legal_url, $prefetch = false, $persistent_edits) // new public function init($fm_obj, $legal_url, $persistent_edits, $prefetch = false)
but for everyone it's better if someone more experienced than me takes a look.
No you can't change the order, you should change instead like public function init($fm_obj, $legal_url, $prefetch = false, $persistent_edits = false)Message ID: @.***>
thanks for your help
hi, I would like to report that after switching to php 8 I am having this problem in the MootoolsFileManager plugin:
Deprecated: Required parameter $persistent_edits follows optional parameter $prefetch in /xinha/plugins/MootoolsFileManager/mootools-filemanager/Assets/Connector/FileManager.php on line 613; grateful if anyone would take a look at it.