diff --git a/db/mobile.php b/db/mobile.php index 647c131..3348dc9 100644 --- a/db/mobile.php +++ b/db/mobile.php @@ -30,7 +30,7 @@ $addons = [ 'issueview' => [ // Handler unique name. 'displaydata' => [ 'icon' => $CFG->wwwroot . '/mod/customcert/pix/icon.png', - 'class' => '', + 'class' => 'core-course-module-customcert-handler', ], 'delegate' => 'CoreCourseModuleDelegate', // Delegate (where to display the link to the plugin). 'method' => 'mobile_view_activity', // Main function in \mod_customcert\output\mobile.