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
|
patch
| inline |
side by side
(parent:
2774a46
)
MDL-27304 mod_wiki: Fixed up phpdocs for globals
author
Sam Hemelryk
<sam@moodle.com>
Mon, 12 Mar 2012 04:20:37 +0000
(17:20 +1300)
committer
Sam Hemelryk
<sam@moodle.com>
Mon, 12 Mar 2012 04:20:37 +0000
(17:20 +1300)
mod/wiki/pagelib.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/wiki/pagelib.php
b/mod/wiki/pagelib.php
index
91650ae
..
d14c92b
100644
(file)
--- a/
mod/wiki/pagelib.php
+++ b/
mod/wiki/pagelib.php
@@
-2531,8
+2531,8
@@
class page_wiki_admin extends page_wiki {
/**
* Prints lists of versions which can be deleted
*
- * @global
object
$OUTPUT
- * @global
object
$PAGE
+ * @global
core_renderer
$OUTPUT
+ * @global
moodle_page
$PAGE
*/
private function print_delete_version() {
global $OUTPUT, $PAGE;