1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 13:44:12 +02:00

[ticket/12597] Fix constructor bug and servral doc blocs

PHPBB3-12597
This commit is contained in:
LEZY Thomas
2014-05-28 18:19:46 +02:00
parent 0d839cbefc
commit 18875894ec
3 changed files with 9 additions and 16 deletions

View File

@@ -6,8 +6,7 @@ class phpbb_cron_task_simple extends \phpbb\cron\task\base
public function __construct()
{
$executed = false;
parent::__construct();
$this->executed = false;
}
public function get_name()