Skip to content

Commit

Permalink
Merge pull request #25 from ggoffy/master
Browse files Browse the repository at this point in the history
new redirect
  • Loading branch information
ggoffy authored Aug 4, 2020
2 parents acc469a + f77e75d commit 7292131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/resources.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
$projectsObj = $projectsHandler->get($proId);
$projectsObj->setVar('pro_resources', $resourcesCount);
$projectsHandler->insert($projectsObj);
\redirect_header('resources.php?op=list&res_pro_id=' . $proId, 2, \_AM_WGTRANSIFEX_FORM_OK);
\redirect_header('resources.php?op=uploadtx&upload_test=1&module_upload=' . $moduleUpload .'&res_pro_id=' . $proId, 2, \_AM_WGTRANSIFEX_FORM_OK);
} else {
$GLOBALS['xoopsTpl']->assign('error', \_AM_WGTRANSIFEX_UPLOADTX_ERR_DIR . $dirStart);
}
Expand Down

0 comments on commit 7292131

Please sign in to comment.