disqus-php icon indicating copy to clipboard operation
disqus-php copied to clipboard

Fix warning in DisqusResource->__call() method

Open Dustin4444 opened this issue 9 months ago • 0 comments

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.php to check if $args has an element at index 0 before accessing it.

Dustin4444 avatar Mar 04 '25 14:03 Dustin4444