xenforoaddon_postRatingToRe.../upload/library/postRatingToReport/ControllerPublicAbstract.php

9 lines
285 B
PHP

<?php
/* Just to have a way to create a concrete instance of the controller,
* in order to use some things from other classes, such as flood control;
*/
class postRatingToReport_ControllerPublicAbstract extends XenForo_ControllerPublic_Abstract{
public function __construct(){;}
}