disqus-php
disqus-php copied to clipboard
Fix warning in DisqusResource->__call() method
Add a check to ensure $args has an element at index 0 before accessing it in the __call method of the DisqusResource class.
- Modify line 78 in
disqusapi/disqusapi.phpto check if$argshas an element at index 0 before accessing it.