]> git.mjollnir.org Git - moodle.git/commit
MDL-13936 forum reply refactoring and bugfixing - the forum_user_can_post() did not...
authorskodak <skodak>
Sat, 19 Apr 2008 10:49:53 +0000 (10:49 +0000)
committerskodak <skodak>
Sat, 19 Apr 2008 10:49:53 +0000 (10:49 +0000)
commit8b79a625b64585788048dea51540e13fdc3e04c4
tree749f56b7701cad60dabcd6c7936ccd88da27feae
parent423a71b6d580d7a90a73b853e5cf74ca2fa64bfa
MDL-13936 forum reply refactoring and bugfixing - the forum_user_can_post() did not have discussion parameter which was a problem because the login depends on discussion group - there was a hack in discussion.php and view.php working around this, but it was not present in cron; sorry for the change of API, but it was required; merged from MOODLE_19_STABLE
mod/forum/discuss.php
mod/forum/lib.php
mod/forum/post.php
mod/forum/view.php