Parse error: syntax error, unexpected ‘::’
-
Parse error: syntax error, unexpected ‘::’ (T_PAAMAYIM_NEKUDOTAYIM) in /usr/share/apache2/htdocs/src/wp-content/plugins/cf7-cleverreach-integration/classes/Controllers/SettingsPageController.php on line 76
Change
$result = $api->getApiToken($this->plugin::$clientId, $this->plugin::$clientSecret, $code, $redirectUrl);
to
$result = $api->getApiToken($this->plugin->clientId, $this->plugin->clientSecret, $code, $redirectUrl);
thx ??
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Parse error: syntax error, unexpected ‘::’’ is closed to new replies.