ResponsiveFilemanager icon indicating copy to clipboard operation
ResponsiveFilemanager copied to clipboard

Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in dialog.php on line 928 PHP 8

Open cfconsultancy opened this issue 3 years ago • 1 comments

I got everything working in php 8 except the sorting in dialop.php

Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in cms\tinymce\filemanager\dialog.php on line 928

Anybody knows how to fix this ?

cfconsultancy avatar Mar 17 '21 18:03 cfconsultancy

Just updated my pull request with the fix for this warning

gijsdev avatar Mar 25 '21 18:03 gijsdev