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:
Paula Quispe
2020-01-10 19:42:09 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -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