Skip to content
Snippets Groups Projects
Commit 0ed55cf8 authored by ands's avatar ands
Browse files

bugfix

parent 92e34780
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
$widgetsizey = $widgetconfig[5] * $widget_unit_height - $widget_spacing_y;
include_once "widgets/$widgetname/$widgetname.php";
$widget = new $widgetname($widgetwidth,$widgetheight);
$widget = new $widgetname($widgetsizex,$widgetsizey);
$widgetoutput = $widget->giveOutput();
print("<div id='$widgetname' class='$widgetclass'
style='position:absolute;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment