Hello,
"Adding a review to gallery/Album unexpectedly fires Comment Listener rather than expected Review Listener!"
I have both a review listener:
/**
* @brief [Required] The class that is handled by this listener
* @var string
*/
public static string $class = \IPS\Content\Review::class;
And a comment listener:
/**
* @brief [Required] The class that is handled by this listener
* @var string
*/
public static string $class = \IPS\Content\Comment::class;
But only the comment listener gets fired when a review is added to a gallery Album.
Thanks.
John
Recommended Comments