Skip to content
Snippets Groups Projects
Commit 647433f1 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms Committed by Peter Thienel
Browse files

added code improvement

parent b660294c
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ class ScheduleWidget extends CorePlugin implements PortalPlugin ...@@ -43,7 +43,7 @@ class ScheduleWidget extends CorePlugin implements PortalPlugin
$GLOBALS['user']->id, $GLOBALS['user']->id,
false, false,
false, false,
$days = array(0,1,2,3,4) $days = [0, 1, 2, 3, 4]
); );
$template = $GLOBALS['template_factory']->open('shared/string'); $template = $GLOBALS['template_factory']->open('shared/string');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment