We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I ran into an issue with your module because the $this->EE->javascript->generate_json() function doesn't exist anymore. (mod.cx_disqus.php)
mod.cx_disqus.php
I saw an other module that use this method to determine if you need to use it or not :
private function _get_json($data) { if (version_compare(APP_VER, '2.6', '<') OR !function_exists('json_encode')) { return $this->EE->javascript->generate_json($data, TRUE); } else { return json_encode($data); } }
I can make a pull request if you want ;)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I ran into an issue with your module because the $this->EE->javascript->generate_json() function doesn't exist anymore. (
mod.cx_disqus.php
)I saw an other module that use this method to determine if you need to use it or not :
I can make a pull request if you want ;)
The text was updated successfully, but these errors were encountered: