mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +02:00
[feature/system-cron] add spaces to comply with coding guidelines
PHPBB3-9596
This commit is contained in:
committed by
Oleg Pudeyev
parent
132d2c2bd8
commit
4f86b4d205
@@ -39,7 +39,7 @@ class phpbb_cron_task_core_prune_forum extends phpbb_cron_task_base implements p
|
|||||||
* and a database query will be performed to load the necessary information
|
* and a database query will be performed to load the necessary information
|
||||||
* about the forum.
|
* about the forum.
|
||||||
*/
|
*/
|
||||||
public function __construct($forum_data=null)
|
public function __construct($forum_data = null)
|
||||||
{
|
{
|
||||||
global $db;
|
global $db;
|
||||||
if ($forum_data)
|
if ($forum_data)
|
||||||
|
Reference in New Issue
Block a user