Merge pull request #496 from marcoAntonioNina/BUG-9557
BUG 9557 There is no Break Point for After Derivation... IMPROVEMENT
This commit is contained in:
@@ -165,7 +165,8 @@ try {
|
||||
$loc = $aNextStep['PAGE'];
|
||||
}
|
||||
//Triggers After
|
||||
if ( isset($_SESSION['TRIGGER_DEBUG']['ISSET']) == 1) {
|
||||
if (isset($_SESSION['TRIGGER_DEBUG']['ISSET'])) {
|
||||
if ($_SESSION['TRIGGER_DEBUG']['ISSET'] == 1 && $_SESSION['TRIGGER_DEBUG']['NUM_TRIGGERS'] > 0) {
|
||||
$oTemplatePower = new TemplatePower(PATH_TPL . 'cases/cases_Step.html');
|
||||
$oTemplatePower->prepare();
|
||||
$G_PUBLISH = new Publisher;
|
||||
@@ -179,6 +180,7 @@ try {
|
||||
} else {
|
||||
unset($_SESSION['TRIGGER_DEBUG']);
|
||||
}
|
||||
}
|
||||
|
||||
G::header("location: $loc");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user