moodleou / moodle-mod_forumng

ForumNG forum module for Moodle
19 stars 20 forks source link

Error detected in a function (feature userposts) #71

Closed echiffre closed 6 years ago

echiffre commented 7 years ago

Hi,

I think I found an error in a file mod/forumng/feature/userposts/forumngfeature_userposts.php Function display(), Line 64-65 _return parent::get_button($forum, $name, $script, false, array('user' => mod_forumng_utils::get_realuserid(), 'fng-mobile-on')); The parameters of the function are not correct : I think it should be _return parent::get_button($forum, $name, $script, false, array('user' => mod_forumng_utils::get_realuserid()), '', 'fng-mobile-on');

The class 'fng-mobile-on' should not be in a array. No ?

Eliane

jason-platts commented 6 years ago

Fixed in next release, thanks for spotting.