Skip to content
Snippets Groups Projects
Commit d1d0649a authored by Tomasz Wolniewicz's avatar Tomasz Wolniewicz
Browse files

remove unneeded line

parent 081e019f
No related branches found
No related tags found
No related merge requests found
...@@ -1370,7 +1370,6 @@ Click action names for a full description.</p>'; ...@@ -1370,7 +1370,6 @@ Click action names for a full description.</p>';
[ [
'arg' => 'url_type', 'arg' => 'url_type',
'required' => FALSE, 'required' => FALSE,
// 'values' => implode($edugain->getUrlTypes(), ", "),
'values' => implode(", ", $edugain->getUrlTypes()), 'values' => implode(", ", $edugain->getUrlTypes()),
'description' => 'If set, limit the results to the given url_type. Values which are out of scope will be treated as empty', 'description' => 'If set, limit the results to the given url_type. Values which are out of scope will be treated as empty',
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment