#781
krumax, А есть разница с PheRum,
iFlooder, Да ты просто не вовремя написал😀
iFlooder, Да ты просто не вовремя написал😀
krumax, А есть разница с PheRum,ну так там ведь
#001054 Unknown column 'forum_tpl_id' in 'field list'а не topic_tpl_id
trigger_error(__FUNCTION__ .'(): empty $f_access', E_USER_ERROR);
//
// Get $f_access
//
// If f_access has been passed, or auth is needed to return an array of forums
// then we need to pull the auth information on the given forum (or all forums)
if (empty($f_access))
{
if (!$forums = $datastore->get('cat_forums'))
{
$datastore->update('cat_forums');
$forums = $datastore->get('cat_forums');
}
if ($forum_id == AUTH_LIST_ALL)
{
$f_access = $forums['f'];
}
else if (isset($forums['f'][$forum_id]))
{
$f_access[$forum_id] = $forums['f'][$forum_id];
}
}
else if (isset($f_access['forum_id']))
{
// Change passed $f_access format for later using in foreach()
$f_access = array($f_access['forum_id'] => $f_access);
}
if (empty($f_access))
{
trigger_error(__FUNCTION__ .'(): empty $f_access', E_USER_ERROR);
}Заметил баг в 400ревизии.Если торрент файл не зарегестирован то видно вот такоеА в чём баг?