diff --git a/include/application.php b/include/application.php index 57fcb57..da2bab3 100644 --- a/include/application.php +++ b/include/application.php @@ -911,7 +911,7 @@ class Application { if($bQueued) { - $oM = new objectManager('application'); + $oM = new objectManager('application_queue'); $oM->setReturnTo(array_key_exists('REQUEST_URI', $_SERVER) ? $_SERVER['REQUEST_URI'] : ""); $shDeleteLink = 'iAppId, "Delete entry").'">delete'; $shEditLink = 'iAppId, "Edit entry").'">edit';