-
Bug
-
Resolution: Fixed
-
Minor
-
4.0.6, 4.1.1
-
MOODLE_400_STABLE, MOODLE_401_STABLE
-
MOODLE_401_STABLE
-
MDL-77539-401 -
When an admin tries to register an external blog that triggers deprecation warnings because of trimming null instead of a string when using PHP 8.1.
The error is
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /Users/cescobedo/dev/private/m/stable_master/moodle/blog/external_blog_edit_form.php on line 101
|
|
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /Users/cescobedo/dev/private/m/stable_master/moodle/blog/external_blog_edit_form.php on line 102
|
- Discovered while testing
-
MDL-76909 Upgrade Simplepie to 1.8.0
-
- Closed
-