BUG-12991 VALIDATION PHP Notice: Undefined index in Array
This commit is contained in:
2
workflow/engine/methods/cases/cases_SaveData.php
Executable file → Normal file
2
workflow/engine/methods/cases/cases_SaveData.php
Executable file → Normal file
@@ -56,7 +56,7 @@ try {
|
||||
$Fields["APP_DATA"] = array_merge( $Fields["APP_DATA"], $_POST["form"] );
|
||||
|
||||
#here we must verify if is a debug session
|
||||
$trigger_debug_session = $_SESSION['TRIGGER_DEBUG']['ISSET']; #here we must verify if is a debugg session
|
||||
$trigger_debug_session = isset($_SESSION['TRIGGER_DEBUG']['ISSET']) ? $_SESSION['TRIGGER_DEBUG']['ISSET'] : null; #here we must verify if is a debugg session
|
||||
|
||||
#trigger debug routines...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user