-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.1.0-dev
-
Fix Version/s: 3.1.0-a1
-
Component/s: Other
-
Labels:None
This is a regression caused by one of the edits in PHPBB3-10484. The change to /includes/functions_admin.php uses the $sql_ary variable that is later expected to have been empty. Lines 2333 and 2360 should use a different variable name or it should be cleared out afterwards. Otherwise, the contents of the first query gets pulled into the generation of the next one, which is incorrect.
- was caused by solution of
-
PHPBB3-10484 Use variables for sql_build_query() calls, so mods/extensions can extend the arrays
-
- Unverified Fix
-