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

set_config function don't update is_dynamic row

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Trivial
    • Resolution: Won't Fix
    • 3.0.7-PL1
    • None
    • ACP
    • None

    Description

      in the set_config function, at the update query doesn't change is_dynamic row

      In a MOD, at the install script (UMIL or not) when add a new variable to the phpbb_config table, the is_dynamic variable is not specified.

      set_config($config_name, $config_value);

      but in the MOD ACP module it is specified as true, but is not updated :

      set_config($config_name, $config_value, true);

      So it remain in the cache

      Attachments

        Activity

          People

            nickvergessen Joas Schilling
            leviatan21 leviatan21 [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: