Fixed redirect application
authorAlexander Ebert <ebert@woltlab.com>
Wed, 1 Feb 2012 13:43:40 +0000 (14:43 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 1 Feb 2012 13:43:40 +0000 (14:43 +0100)
wcfsetup/install/files/lib/acp/action/InstallPackageAction.class.php

index db28bd2b06148f4dc455e7a77e2f1871ec1219d1..80fe0a42dab210ea0decd418a6720a2b7dcb7c14 100755 (executable)
@@ -112,7 +112,7 @@ class InstallPackageAction extends AbstractDialogAction {
                                $row = $statement->fetchArray();
                                
                                // build redirect location
-                               $location = $row['domainName'] . $row['domainPath'] . 'index.php/PackageList/' . SID_ARG_1ST;
+                               $location = $row['domainName'] . $row['domainPath'] . 'acp/index.php/PackageList/' . SID_ARG_1ST;
                                
                                // show success
                                $this->data = array(