mirror of
https://github.com/slawkens/myaac.git
synced 2025-06-13 08:14:31 +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')) {
|
if (setting('core.online_vocations')) {
|
||||||
$vocs = array();
|
|
||||||
foreach($config['vocations'] as $id => $name) {
|
foreach($config['vocations'] as $id => $name) {
|
||||||
$vocs[$id] = 0;
|
$vocs[$id] = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user