View file upload/library/XenForo/CronEntry/Warnings.php
<?php
class XenForo_CronEntry_Warnings
{
public static function expireWarnings()
{
XenForo_Model::create('XenForo_Model_Warning')->processExpiredWarnings();
}
}
<?php
class XenForo_CronEntry_Warnings
{
public static function expireWarnings()
{
XenForo_Model::create('XenForo_Model_Warning')->processExpiredWarnings();
}
}