bug in new version
-
todays update displays me a 500 error following the update –
PHP Parse error: syntax error, unexpected ‘[‘, expecting ‘)’ in ……………/wp-content/plugins/flowplayer5/admin/settings/class-register-settings.php on line 52
this is the code (i have not changed it)
public function get( $key, $default = false ) {
$value = ! empty( $this->get_all()[ $key ] ) ? $this->get_all()[ $key ] : $default;
return apply_filters( ‘fp5_setting_’ . $key, $value );
}please advise
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘bug in new version’ is closed to new replies.