PHP7 compatibility issue
-
Please change:
lib/social-share-counts/curl_multi_share_count.php, line 53:
$this->$config[$service][‘prepare’]($this->url, $config);
should be:
$this->{$config[$service][‘prepare’]}($this->url, $config);
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘PHP7 compatibility issue’ is closed to new replies.