Code: Alles auswählen
Fatal error: Call to undefined method user::option_get() in F:\xampp\htdocs\forum\includes\functions_content.php on line 668Die Dazugehörige Zeile lautet:
Code: Alles auswählen
if (!$user->optionget('viewcensors') && $config['allow_nocensors'] && $auth->acl_get('u_chgcensors'))Code: Alles auswählen
// We moved the word censor checks in here because we call this function quite often - and then only need to do the check once
if (!isset($censors) || !is_array($censors))
{
global $config, $user, $auth, $cache;
// We check here if the user is having viewing censors disabled (and also allowed to do so).
if (!$user->optionget('viewcensors') && $config['allow_nocensors'] && $auth->acl_get('u_chgcensors'))
{
$censors = array();
}
else
{
$censors = $cache->obtain_word_list();
}
}
if (sizeof($censors))
{
return preg_replace($censors['match'], $censors['replace'], $text);
}NV_recent_topics_1_0_1
smilie_creator_1_0_5
agree_privacy_on_first_login_1.0.3
automatic_dst
Die MODs habe ich 2 mal kontrolliert. Außerdem verändert keiner dieser die Datei functions_content.php
Hat da jemand eine Idee?
