Skip to content
Snippets Groups Projects
Commit 3e0c1a55 authored by hahn's avatar hahn
Browse files

- test progress 5

- rollback try 2
- popover infos: new method; removed html errors with PRE tag
- fixed warings in accept pag

DO NOT DEPLOY ON LIVE
parent 2cd395dc
No related branches found
No related tags found
Loading
......@@ -33,8 +33,8 @@ if (array_key_exists("confirm", $aParams)) {
$sOut.="ERROR: the phase $sPhase cannot be accepted.";
} else {
$aPhaseData=$oPrj->getPhaseInfos($sPhase);
$aConfig=$oPrj->getConfig();
$sUrl=$aConfig["phases"][$sPhase]["url"];
$aConfigPrj=$oPrj->getConfig();
$sUrl=$aConfigPrj["phases"][$sPhase]["url"];
$sNext=$oPrj->getNextPhase($sPhase);
$aPhaseData2=$oPrj->getPhaseInfos($sNext);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment