mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 16:33:00 +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([
|
add_recent_change([
|
||||||
"type" => "upload",
|
"type" => "upload",
|
||||||
"timestamp" => time(),
|
"timestamp" => time(),
|
||||||
"page" => $new_filename,
|
"page" => $new_pagepath,
|
||||||
"user" => $env->user,
|
"user" => $env->user,
|
||||||
"filesize" => filesize($env->storage_prefix . $entry->uploadedfilepath)
|
"filesize" => filesize($env->storage_prefix . $entry->uploadedfilepath)
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in a new issue