mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-18 15:41:26 +02:00
[ticket/15010] Fix incorrect use of request
https://tracker.phpbb.com/browse/PHPBB3-15010 PHPBB3-15010
This commit is contained in:
@@ -72,7 +72,7 @@ class type_date extends type_base
|
||||
'lang_options' => $field_data['lang_options'],
|
||||
);
|
||||
|
||||
$always_now = $request->variable('always_now', -1);
|
||||
$always_now = $this->request->variable('always_now', -1);
|
||||
if ($always_now == -1)
|
||||
{
|
||||
$s_checked = ($field_data['field_default_value'] == 'now') ? true : false;
|
||||
|
Reference in New Issue
Block a user