Example #1
0
 /**
  * Adds the notifications during topic approval
  * 
  * @param object $event The event object
  * @return void
  */
 public function approve_topics_notifications($event)
 {
     if ($event['action'] == 'approve') {
         $this->mentions->approve_topics_notifications($event['topic_info']);
     }
 }