File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
components/ILIAS/Membership/classes Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ public function __construct(
9292 $ this ->addMultiCommand ('addToClipboard ' , $ this ->lng ->txt ('clipboard_add_btn ' ));
9393 // end-patch clipboard
9494
95- $ this ->setPrefix ('subscribers ' );
9695 $ this ->setSelectAllCheckbox ('subscribers ' , true );
9796 $ this ->setRowTemplate ("tpl.show_subscribers_row.html " , "components/ILIAS/Membership " );
9897
Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ public function __construct(
5858 $ this ->setId ('crs_wait_ ' . $ this ->getRepositoryObject ()->getId ());
5959 parent ::__construct ($ a_parent_obj , 'participants ' );
6060 $ this ->setFormName ('waiting ' );
61- $ this ->setPrefix ('waiting ' );
6261
6362 $ this ->lng ->loadLanguageModule ('grp ' );
6463 $ this ->lng ->loadLanguageModule ('crs ' );
@@ -92,7 +91,6 @@ public function __construct(
9291 $ this ->addMultiCommand ('addToClipboard ' , $ this ->lng ->txt ('clipboard_add_btn ' ));
9392 // end-patch clipboard
9493
95- $ this ->setPrefix ('waiting ' );
9694 $ this ->setSelectAllCheckbox ('waiting ' , true );
9795
9896 $ this ->setRowTemplate ("tpl.show_waiting_list_row.html " , "components/ILIAS/Membership " );
You can’t perform that action at this time.
0 commit comments