Better logging and recent activity
This commit is contained in:
+2
-1
@@ -159,6 +159,7 @@ $string['tabview'] = 'View';
|
||||
$string['thanksforcontribution'] = 'Thank you for your contribution.';
|
||||
$string['thispageisntlinkedfromanywhereelse'] = 'This page isn\'t linked from anywhere else.';
|
||||
$string['updatedpages'] = 'Updated pages';
|
||||
$string['updatedwikipages'] = 'Updated wiki pages';
|
||||
$string['uplerror'] = 'We are sorry, but something went wrong during the file upload.';
|
||||
$string['uplinsect'] = 'Upload into';
|
||||
$string['uplnewnam'] = 'Save with different filename';
|
||||
@@ -186,4 +187,4 @@ $string['withbinaries'] = 'Include binary content';
|
||||
$string['withvirtualpages'] = 'Include Wiki-Links';
|
||||
$string['wrongversionrange'] = '$a is not a correct range!';
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
+1
-1
@@ -220,7 +220,7 @@
|
||||
|
||||
/// Moodle Log
|
||||
add_to_log($course->id, "wiki", $ewiki_action,
|
||||
addslashes("view.php?id=$cm->id&groupid=$groupid&userid=$userid&page=$page"),
|
||||
addslashes("view.php?id=$cm->id&groupid=$groupid&userid=$userid&page=$ewiki_title"),
|
||||
$wiki->name.": ".$ewiki_title, $cm->id, $userid);
|
||||
|
||||
/// Print the page header
|
||||
|
||||
Reference in New Issue
Block a user