Added a wee bit of phpDoc.

Changed the name of the method get_task_log to get_log
Changed the default name of the file when the log is downloaded to
gallery3_task_log.txt
This commit is contained in:
Tim Almdal
2009-07-07 12:49:21 -07:00
parent e5cd7052e8
commit 5d9e334fe6
4 changed files with 17 additions and 5 deletions
@@ -164,7 +164,7 @@
<a href="<?= url::site("admin/maintenance/remove/$task->id?csrf=$csrf") ?>">
<?= t("remove") ?>
</a>
<? if ($task->get_task_log()): ?>
<? if ($task->get_log()): ?>
<a class="gDialogLink" href="<?= url::site("admin/maintenance/show_log/$task->id?csrf=$csrf") ?>">
<?= t("browse log") ?>
</a>