Opened 13 years ago
Closed 13 years ago
#20159 closed defect (bug) (fixed)
Typo in sites/users network admin bulk actions
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Network Admin | Keywords: | |
Focuses: | multisite | Cc: |
Description
if ( $_GET['action'] != -1 || $_POST['action2'] != -1 ) $doaction = $_POST['action'] != -1 ? $_POST['action'] : $_POST['action2'];
Checking $_GET for action and $_POST for action2. The line can be dropped since it will always be true and it doesn't matter if $doaction is set to -1.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
In [20092]: