From d1d0649a551f37e22c989796eeb901ffa997452e Mon Sep 17 00:00:00 2001 From: Tomasz Wolniewicz <twoln@umk.pl> Date: Fri, 2 Jun 2023 11:34:51 +0200 Subject: [PATCH] remove unneeded line --- lib/API.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/API.php b/lib/API.php index fc881db..b6dd1dd 100644 --- a/lib/API.php +++ b/lib/API.php @@ -1370,7 +1370,6 @@ Click action names for a full description.</p>'; [ 'arg' => 'url_type', 'required' => FALSE, -// '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', ], -- GitLab