0.7.3 > “Choose Report” dropdown causing broken page
-
Hi Scott,
I do found the update to 0.7.3 is causing a problem upon changing the report dropdown.
/exports-and-reports/exports-and-reports.php on line 1299 you changed
'page' => $_GET[ 'page' ],
into
'page' => absint( $_GET['page'] ),
Any reason why is this done so? Changing the report dropdown now causing me to go to
/wp-admin/admin.php?page=0&report=3
instead of
/wp-admin/admin.php?page=exports-reports&report=3
which cause a broken page.Can you have a look into this?
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘0.7.3 > “Choose Report” dropdown causing broken page’ is closed to new replies.