mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Fix link in recent changes to avatar uploads
This commit is contained in:
parent
3fe64ef3c6
commit
1dde8b0d97
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ register_module([
|
|||
add_recent_change([
|
||||
"type" => "upload",
|
||||
"timestamp" => time(),
|
||||
"page" => $new_filename,
|
||||
"page" => $new_pagepath,
|
||||
"user" => $env->user,
|
||||
"filesize" => filesize($env->storage_prefix . $entry->uploadedfilepath)
|
||||
]);
|
||||
|
|
Loading…
Reference in a new issue