MDL-51935 wiki: Add missing strings in wiki

This commit is contained in:
Dani Palou
2015-11-10 10:11:25 +01:00
parent 3a325f777f
commit 45e37067f6
4 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ if (!$cm = get_coursemodule_from_instance('wiki', $wiki->id)) {
$course = $DB->get_record('course', array('id' => $cm->course), '*', MUST_EXIST);
if ($compare >= $comparewith) {
print_error("A page version can only be compared with an older version.");
print_error('cannotcomparenewerversion', 'wiki');
}
require_login($course, true, $cm);