Add extra comments.

This commit is contained in:
Starbeamrainbowlabs 2015-10-22 08:41:01 +01:00
parent 02d4659a32
commit 5f360a422d
1 changed files with 5 additions and 1 deletions

View File

@ -110,13 +110,17 @@ register_module([
// Construct a new entry for the pageindex
$entry = new stdClass();
$entry->filename = $new_description_filename;
// Point to the description's filepath since this property
// should point to a markdown file
$entry->filename = $new_description_filename;
$entry->size = strlen($description);
$entry->lastmodified = time();
$entry->lasteditor = $env->user;
$entry->uploadedfile = true;
$entry->uploadedfilepath = $new_filename;
// Add the new entry to the pageindex
// Assign the new entry to the image's filepath as that
// should be the page name.
$pageindex->$new_filename = $entry;
// Save the pageindex