Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-12405

create_user() in functional tests uses invalid timezone and no dateformat

    XMLWordPrintable

Details

    Description

      tests/test_framework/phpbb_functional_test_case.php

      			'user_timezone' => 0,
      			'user_dateformat' => '',

      should be:

      			'user_timezone' => 'UTC',
      			'user_dateformat' => 'r',

      Attachments

        Activity

          People

            nickvergessen Joas Schilling
            nickvergessen Joas Schilling
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: