File: phpbb/controller/helper.php
Unmodified
Added
Modified
Removed
Line 14 | Line 14 |
---|
namespace phpbb\controller;
use phpbb\auth\auth;
|
namespace phpbb\controller;
use phpbb\auth\auth;
|
use \phpbb\cache\driver\driver_interface as cache_interface;
| use phpbb\cache\driver\driver_interface as cache_interface;
|
use phpbb\config\config; use phpbb\cron\manager; use phpbb\db\driver\driver_interface;
| use phpbb\config\config; use phpbb\cron\manager; use phpbb\db\driver\driver_interface;
|
Line 363 | Line 363 |
---|
if ($task) {
|
if ($task) {
|
$url = $task->get_url(); $this->template->assign_var('RUN_CRON_TASK', '<img src="' . $url . '" width="1" height="1" alt="cron" />');
| $cron_task_tag = $task->get_html_tag(); $this->template->assign_var('RUN_CRON_TASK', $cron_task_tag);
|
} else {
| } else {
|