PMCORE-510

This commit is contained in:
Paula Quispe
2020-01-10 15:10:12 -04:00
parent 7a211a6b14
commit 379d58110d

View File

@@ -13,7 +13,7 @@ if (isset($_SESSION['USR_USERNAME'])) {
} }
// Initializing variables // Initializing variables
$action = $_POST['action']; $action = !empty($_POST['action']) ? $_POST['action'] : '';
$result = new StdClass(); $result = new StdClass();
// Try to execute the requested action // Try to execute the requested action