BUG 8732 "Migrate Logo Setup to ExtJS" SOLVED

- there wasn't a right redirection for new PMOS UI afeter apply a new logo
- problem fixed, adding a coditional redirection depending of ws
This commit is contained in:
Erik Amaru Ortiz
2012-05-02 12:03:49 -04:00
parent 27eac4dfc2
commit e20d9dbd45
2 changed files with 8 additions and 2 deletions

View File

@@ -48,7 +48,8 @@ class Main extends Controller
if (isset($_SESSION['_defaultUserLocation'])) {
$activeTab = $this->resolveUrlToTabIndex($_SESSION['_defaultUserLocation']);
}
else if (isset($_GET['st'])) {
if (isset($_GET['st'])) {
$activeTab = $this->getActiveTab($_GET['st']);
unset($_GET['st']);
}