1
0
Fork 0
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:
Starbeamrainbowlabs 2017-06-18 14:16:03 +01:00
parent 3fe64ef3c6
commit 1dde8b0d97

View file

@ -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)
]); ]);