fixed widget error
This commit is contained in:
parent
df54ea52bb
commit
a24b115bc6
@ -456,8 +456,8 @@ class WidgetPlugin implements CallbackListener, TimerListener, Plugin {
|
|||||||
} else {
|
} else {
|
||||||
$requester = $queuedMap[0];
|
$requester = $queuedMap[0];
|
||||||
$map = $queuedMap[1];
|
$map = $queuedMap[1];
|
||||||
$name = $queuedMap->name;
|
$name = $map->name;
|
||||||
$author = $queuedMap->authorLogin;
|
$author = $map->authorLogin;
|
||||||
}
|
}
|
||||||
|
|
||||||
$label = new Label_Text();
|
$label = new Label_Text();
|
||||||
|
Loading…
Reference in New Issue
Block a user