PHP 7 Fix
-
You have a php 7 notice at media-library-assistant/includes/class-mla-polylang-support.php.
Line 2583 should be
$message = MLA_Polylang::{$value['reset']}( 'reset', $key, $value, $_REQUEST );
due to php 7 changing parse order of indirect variables.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘PHP 7 Fix’ is closed to new replies.