Enhanced debug output
authorAlexander Ebert <ebert@woltlab.com>
Fri, 16 Mar 2012 15:04:20 +0000 (16:04 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 16 Mar 2012 15:04:20 +0000 (16:04 +0100)
See #433

wcfsetup/install/files/lib/acp/action/InstallPackageAction.class.php

index 8b76a96ef4fdeba84af5a01faddf2005d202c80d..1a8a51db3d8256059da1f7e0911cd49273ba70e9 100755 (executable)
@@ -116,7 +116,7 @@ class InstallPackageAction extends AbstractDialogAction {
                                
                                // build redirect location
                                $location = $row['domainName'] . $row['domainPath'] . 'acp/index.php/PackageList/' . SID_ARG_1ST;
-                               @file_put_contents(WCF_DIR . '__installPackage.txt', $location);
+                               @file_put_contents(WCF_DIR . '__installPackage.txt', $row['domainName'] . "\n" . $row['domainPath'] . "\n" . $location);
                                
                                // show success
                                $this->data = array(