mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-22 23:05:18 -04:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user