From c945dba80c2fa24512876202340d12e23d031899 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Thu, 28 Jul 2011 09:59:03 +0200 Subject: [PATCH] Some updates of the previous commit --- .../lib/acp/form/PackageStartInstallForm.class.php | 2 +- .../lib/acp/form/PackageUpdateAuthForm.class.php | 11 ++++++----- .../lib/acp/form/PackageUpdateSearchForm.class.php | 4 ++-- .../files/lib/acp/page/PackageViewPage.class.php | 2 +- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/wcfsetup/install/files/lib/acp/form/PackageStartInstallForm.class.php b/wcfsetup/install/files/lib/acp/form/PackageStartInstallForm.class.php index 63e3309ce6..e3c3c4ee4c 100755 --- a/wcfsetup/install/files/lib/acp/form/PackageStartInstallForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/PackageStartInstallForm.class.php @@ -60,7 +60,7 @@ class PackageStartInstallForm extends ACPForm { public $uploadPackage = ''; /** - * archive of the instalation/update package + * archive of the installation/update package * @var wcf\system\package\PackageArchive */ public $archive = null; diff --git a/wcfsetup/install/files/lib/acp/form/PackageUpdateAuthForm.class.php b/wcfsetup/install/files/lib/acp/form/PackageUpdateAuthForm.class.php index 41e95fe5cd..77ab4ef5df 100755 --- a/wcfsetup/install/files/lib/acp/form/PackageUpdateAuthForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/PackageUpdateAuthForm.class.php @@ -33,7 +33,8 @@ class PackageUpdateAuthForm extends ACPForm { public $activeMenuItem = 'wcf.acp.menu.link.package'; /** - * exception thrown if an authorization for the package update server is needed + * exception that has been thrown if an authorization for the package update + * server is needed * @var wcf\system\package\PackageUpdateAuthorizationRequiredException */ public $exception = null; @@ -57,19 +58,19 @@ class PackageUpdateAuthForm extends ACPForm { public $saveAuthData = 0; /** - * id of the relevant package update server + * id of the package update server * @var integer */ public $packageUpdateServerID = 0; /** - * url of the relevant package update server + * url of the package update server * @var integer */ public $url = ''; /** - * response header of the relavent package update server + * response header of the package update server * @var string */ public $header = ''; @@ -81,7 +82,7 @@ class PackageUpdateAuthForm extends ACPForm { public $realm = ''; /** - * response of the relevant package update server + * response of the package update server * @var integer */ public $message = ''; diff --git a/wcfsetup/install/files/lib/acp/form/PackageUpdateSearchForm.class.php b/wcfsetup/install/files/lib/acp/form/PackageUpdateSearchForm.class.php index 26515b92d2..6ca77b7f8c 100644 --- a/wcfsetup/install/files/lib/acp/form/PackageUpdateSearchForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/PackageUpdateSearchForm.class.php @@ -38,7 +38,7 @@ class PackageUpdateSearchForm extends ACPForm { public $activeMenuItem = 'wcf.acp.menu.link.package.database'; /** - * list of package server ids which are searched + * list of package update server ids which are searched * @var array */ public $packageUpdateServerIDs = array(); @@ -50,7 +50,7 @@ class PackageUpdateSearchForm extends ACPForm { public $packageName = ''; /** - * searched author + * searched package author * @var string */ public $author = ''; diff --git a/wcfsetup/install/files/lib/acp/page/PackageViewPage.class.php b/wcfsetup/install/files/lib/acp/page/PackageViewPage.class.php index a0f9ab9055..cfcc8e6287 100755 --- a/wcfsetup/install/files/lib/acp/page/PackageViewPage.class.php +++ b/wcfsetup/install/files/lib/acp/page/PackageViewPage.class.php @@ -40,7 +40,7 @@ class PackageViewPage extends AbstractPage { public $dependentPackages = array(); /** - * list with data of required packages + * list with data of required packages * @var array */ public $dependencies = array(); -- 2.20.1