BUG 12116 Muestra un error al darle click en Reassing SOLVED
- Missing validation when variable APP_UIDS not sent - Add validation when variable APP_UIDS not sent
This commit is contained in:
@@ -20,7 +20,11 @@ $action = isset( $_GET['action'] ) ? $_GET['action'] : (isset( $_POST['action']
|
|||||||
$type = isset( $_GET['type'] ) ? $_GET['type'] : (isset( $_POST['type'] ) ? $_POST['type'] : 'extjs');
|
$type = isset( $_GET['type'] ) ? $_GET['type'] : (isset( $_POST['type'] ) ? $_POST['type'] : 'extjs');
|
||||||
$user = isset( $_POST['user'] ) ? $_POST['user'] : '';
|
$user = isset( $_POST['user'] ) ? $_POST['user'] : '';
|
||||||
|
|
||||||
|
if (isset($_POST['APP_UIDS'])) {
|
||||||
$sentUids = explode( ',', $_POST['APP_UIDS'] );
|
$sentUids = explode( ',', $_POST['APP_UIDS'] );
|
||||||
|
} else {
|
||||||
|
$sentUids = array();
|
||||||
|
}
|
||||||
|
|
||||||
$allUidsRecords = array ();
|
$allUidsRecords = array ();
|
||||||
$allTasUids = array ();
|
$allTasUids = array ();
|
||||||
|
|||||||
Reference in New Issue
Block a user