class errors
This commit is contained in:
parent
b358d19893
commit
ca1294d6d3
@ -72,7 +72,7 @@ class User
|
|||||||
{
|
{
|
||||||
//https://jsfiddle.net/ngx0yvhc
|
//https://jsfiddle.net/ngx0yvhc
|
||||||
$di = new DressedItems($this->id);
|
$di = new DressedItems($this->id);
|
||||||
$dressedItems = $di->getItemsInSlots();
|
$dressedItems = $di->getItemsInSlots() ?? [];
|
||||||
|
|
||||||
for ($i = 1; $i <= 12; $i++) {
|
for ($i = 1; $i <= 12; $i++) {
|
||||||
echo sprintf('<div class="slot-%s">', $i);
|
echo sprintf('<div class="slot-%s">', $i);
|
||||||
|
Loading…
Reference in New Issue
Block a user