Просмотр поста

.
eco_oce

[30-Apr-2017 14:05:17 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/xxxxxx/public_html/users/includes/profile/settings.php on line 140

Line 140

$theme_list[] = array_pop(explode('/', dirname($val)));


// Устанавливаем скин
            foreach (glob('../theme/*/*.css') as $val)
                $theme_list[] = array_pop(explode('/', dirname($val)));
            $set_user['skin'] = isset($_POST['skin']) && in_array($_POST['skin'], $theme_list) ? functions::check($_POST['skin']) : $set['skindef'];


Anyone can help, thanks