Skip to content
Snippets Groups Projects
Commit d0b67cac authored by Rahel Balicki's avatar Rahel Balicki
Browse files

Merge branch 'bug-recent-activity-dashboard' into 'testing'

Bug recent activity block on dashboard fixed

See merge request moodle_l2p/block_recent_activity_rwth!120
parents 3aed7d04 dc562929
Branches testing
No related tags found
No related merge requests found
Pipeline #736978 failed
......@@ -440,6 +440,9 @@ class block_recent_activity_rwth extends block_base {
if ($hascontent) {
$contents = ob_get_contents();
if (empty($contents)) {
break;
}
$contents = preg_replace_callback(
'#<div class="info.*?</div>#',
function($matches) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment