From 1a06a73b7ff4e45b230c382fb192d0fb18d468a3 Mon Sep 17 00:00:00 2001 From: hjonathan Date: Thu, 22 Jun 2017 15:25:30 -0400 Subject: [PATCH] The unused code has been removed --- workflow/engine/methods/login/authentication.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/workflow/engine/methods/login/authentication.php b/workflow/engine/methods/login/authentication.php index 83afd90ce..6fbcef6f9 100644 --- a/workflow/engine/methods/login/authentication.php +++ b/workflow/engine/methods/login/authentication.php @@ -427,12 +427,6 @@ try { setcookie("PM-TabPrimary", 101010010, time() + (24 * 60 * 60), '/'); } - $oHeadPublisher = &headPublisher::getSingleton(); - $oHeadPublisher->extJsInit = true; - - $oHeadPublisher->addExtJsScript('login/init', false); //adding a javascript file .js - $oHeadPublisher->assign('uriReq', $sLocation); - $oPluginRegistry =& PMPluginRegistry::getSingleton(); if ($oPluginRegistry->existsTrigger ( PM_AFTER_LOGIN )) { $oPluginRegistry->executeTriggers ( PM_AFTER_LOGIN , $_SESSION['USER_LOGGED'] );