Merged in bugfix/PMCORE-510 (pull request #7209)
PMCORE-510 Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
@@ -13,7 +13,7 @@ if (isset($_SESSION['USR_USERNAME'])) {
|
||||
}
|
||||
|
||||
// Initializing variables
|
||||
$action = $_POST['action'];
|
||||
$action = !empty($_POST['action']) ? $_POST['action'] : '';
|
||||
$result = new StdClass();
|
||||
|
||||
// Try to execute the requested action
|
||||
|
||||
Reference in New Issue
Block a user