Fix edit link on queued items page
This commit is contained in:
committed by
Chris Morgan
parent
647a307fa9
commit
4a9c24d596
@@ -911,7 +911,7 @@ class Application {
|
|||||||
|
|
||||||
if($bQueued)
|
if($bQueued)
|
||||||
{
|
{
|
||||||
$oM = new objectManager('application');
|
$oM = new objectManager('application_queue');
|
||||||
$oM->setReturnTo(array_key_exists('REQUEST_URI', $_SERVER) ? $_SERVER['REQUEST_URI'] : "");
|
$oM->setReturnTo(array_key_exists('REQUEST_URI', $_SERVER) ? $_SERVER['REQUEST_URI'] : "");
|
||||||
$shDeleteLink = '<a href="'.$oM->makeUrl("delete", $oApp->iAppId, "Delete entry").'">delete</a>';
|
$shDeleteLink = '<a href="'.$oM->makeUrl("delete", $oApp->iAppId, "Delete entry").'">delete</a>';
|
||||||
$shEditLink = '<a href="'.$oM->makeUrl("edit", $oApp->iAppId, "Edit entry").'">edit</a>';
|
$shEditLink = '<a href="'.$oM->makeUrl("edit", $oApp->iAppId, "Edit entry").'">edit</a>';
|
||||||
|
|||||||
Reference in New Issue
Block a user