Fix edit link on queued items page

This commit is contained in:
Alexander Nicolaysen Sørnes
2008-10-02 00:26:43 +02:00
committed by Chris Morgan
parent 647a307fa9
commit 4a9c24d596

View File

@@ -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>';