Umstellung auf eigene Ajax-Verarbeitung über Route "rateit"
This commit is contained in:
@ -44,6 +44,16 @@ class RateIt extends \Frontend {
|
||||
public function __construct() {
|
||||
parent::__construct();
|
||||
|
||||
// See #4099
|
||||
if (!defined('BE_USER_LOGGED_IN'))
|
||||
{
|
||||
define('BE_USER_LOGGED_IN', false);
|
||||
}
|
||||
if (!defined('FE_USER_LOGGED_IN'))
|
||||
{
|
||||
define('FE_USER_LOGGED_IN', false);
|
||||
}
|
||||
|
||||
$this->rateItFrontend = new RateItFrontend();
|
||||
|
||||
$this->loadLanguageFile('default');
|
||||
|
Reference in New Issue
Block a user