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:
489d8a7
)
fixed code completion
author
Petr Skoda
<skodak@moodle.org>
Thu, 1 Apr 2010 12:19:37 +0000
(12:19 +0000)
committer
Petr Skoda
<skodak@moodle.org>
Thu, 1 Apr 2010 12:19:37 +0000
(12:19 +0000)
lib/moodlelib.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/moodlelib.php
b/lib/moodlelib.php
index
e93bf18
..
af3ad7e
100644
(file)
--- a/
lib/moodlelib.php
+++ b/
lib/moodlelib.php
@@
-5736,7
+5736,7
@@
class string_manager {
* Creates a new instance of string_manager
*
* @global object
- * @return
object
Returns a new instance of string_manager
+ * @return
string_manager
Returns a new instance of string_manager
*/
public static function instance() {
if (is_null(self::$singletoninstance)) {