fixed widget error

This commit is contained in:
kremsy 2014-04-14 19:30:51 +02:00 committed by Steffen Schröder
parent df54ea52bb
commit a24b115bc6

View File

@ -456,8 +456,8 @@ class WidgetPlugin implements CallbackListener, TimerListener, Plugin {
} else {
$requester = $queuedMap[0];
$map = $queuedMap[1];
$name = $queuedMap->name;
$author = $queuedMap->authorLogin;
$name = $map->name;
$author = $map->authorLogin;
}
$label = new Label_Text();