mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 09:19:22 +02:00
Fix $vocs not found
This commit is contained in:
parent
2c42de688a
commit
06188be6e1
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user