summaryrefslogtreecommitdiff
path: root/modules/gallery/views/admin_maintenance.html.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-07-07 12:49:21 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-07-07 12:49:21 -0700
commit5d9e334fe6d7c7c1cf6d39a12684e215e797b4b3 (patch)
tree98d9ed0ef75c603dd5a477991ad9f5315b7c8d8d /modules/gallery/views/admin_maintenance.html.php
parente5cd7052e810d9bbd4a4a53b5519b91b9f9f2245 (diff)
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
Diffstat (limited to 'modules/gallery/views/admin_maintenance.html.php')
-rw-r--r--modules/gallery/views/admin_maintenance.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/admin_maintenance.html.php b/modules/gallery/views/admin_maintenance.html.php
index f50c95dd..eecc045c 100644
--- a/modules/gallery/views/admin_maintenance.html.php
+++ b/modules/gallery/views/admin_maintenance.html.php
@@ -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>