Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
b0d6fa1
)
Merge branch 'wip-MDL-27305-master' of git://github.com/samhemelryk/moodle
author
Petr Skoda
<commits@skodak.org>
Mon, 18 Jul 2011 13:13:44 +0000
(15:13 +0200)
committer
Petr Skoda
<commits@skodak.org>
Mon, 18 Jul 2011 13:13:44 +0000
(15:13 +0200)
mod/forum/lib.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/forum/lib.php
b/mod/forum/lib.php
index
f1f1583
..
7c25e0c
100644
(file)
--- a/
mod/forum/lib.php
+++ b/
mod/forum/lib.php
@@
-6954,7
+6954,7
@@
function forum_discussion_update_last_post($discussionid) {
* @return array
*/
function forum_get_view_actions() {
- return array('view discussion',
'search','forum','forums','subscribers
');
+ return array('view discussion',
'search', 'forum', 'forums', 'subscribers', 'view forum
');
}
/**