mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
MDL-5598 - Custom feed titles on RSS block did not allow spaces or other
useful characters ;) merged from MOODLE_19_STABLE
This commit is contained in:
parent
c1aa6ad26c
commit
82cb9cf40a
@ -47,7 +47,7 @@ $act = optional_param('act', NULL, PARAM_ALPHA);
|
||||
$rssid = optional_param('rssid', NULL, PARAM_INT);
|
||||
$id = optional_param('id', SITEID, PARAM_INT);
|
||||
//$url = clean_param($url, PARAM_URL);
|
||||
$preferredtitle = optional_param('preferredtitle', '', PARAM_ALPHA);
|
||||
$preferredtitle = optional_param('preferredtitle', '', PARAM_TEXT);
|
||||
$shared = optional_param('shared', 0, PARAM_INT);
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user