diff --git a/system/pages/online.php b/system/pages/online.php index 02469bdf..4f0baa7d 100644 --- a/system/pages/online.php +++ b/system/pages/online.php @@ -50,8 +50,8 @@ if (setting('core.online_outfit')) { } } +$vocs = []; if (setting('core.online_vocations')) { - $vocs = array(); foreach($config['vocations'] as $id => $name) { $vocs[$id] = 0; }