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
1 changed files with 1 additions and 1 deletions

View File

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