-
Bug
-
Resolution: Fixed
-
Critical
-
3.1.2
-
MOODLE_31_STABLE
-
MOODLE_31_STABLE
-
MDL-55932-master -
Line 26 states namespace block_rss_client\output, hence using core_text::method() expects the class "core_text" under the same namespace, but it is a core class. Therefore it is necessary to add an "\" on that call:
\core_text::substr($title, 0, 20) . '...';
- is a regression caused by
-
MDL-50464 RSS Client Block does not use a renderer for it's output
-
- Closed
-