From 8c983c5ef0f2c341e5106dc7d397233d562c567e Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Fri, 8 Apr 2016 16:06:21 +0200 Subject: [PATCH] Fixed pageType/boxType tag --- com.woltlab.wcf/page.xml | 72 +++++++++---------- .../BoxPackageInstallationPlugin.class.php | 2 +- .../PagePackageInstallationPlugin.class.php | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/com.woltlab.wcf/page.xml b/com.woltlab.wcf/page.xml index d0e4b8d163..7cb0b33c7f 100644 --- a/com.woltlab.wcf/page.xml +++ b/com.woltlab.wcf/page.xml @@ -3,7 +3,7 @@ - system + system wcf\page\DashboardPage @@ -11,7 +11,7 @@ - system + system wcf\page\MembersListPage @@ -19,14 +19,14 @@ module_members_list - system + system wcf\page\RecentActivityListPage com.woltlab.wcf.MembersList - system + system wcf\page\UsersOnlineListPage @@ -35,7 +35,7 @@ module_users_online - system + system wcf\page\TeamPage @@ -44,7 +44,7 @@ module_team_page - system + system wcf\form\UserSearchForm @@ -54,111 +54,111 @@ - system + system wcf\form\AccountManagementForm - system + system wcf\form\AvatarEditForm - system + system wcf\form\DisclaimerForm - system + system wcf\form\EmailActivationForm - system + system wcf\form\EmailNewActivationCodeForm - system + system wcf\form\LoginForm - system + system wcf\form\LostPasswordForm - system + system wcf\form\MailForm - system + system wcf\form\NewPasswordForm - system + system wcf\form\NotificationSettingsForm - system + system wcf\form\RegisterActivationForm - system + system wcf\form\RegisterForm - system + system wcf\form\RegisterNewActivationCodeForm - system + system wcf\form\SearchForm - system + system wcf\form\SettingsForm - system + system wcf\form\SignatureEditForm module_user_signature - system + system wcf\page\DeletedContentListPage mod.general.canUseModeration - system + system wcf\page\EditHistoryPage @@ -166,26 +166,26 @@ 1 - system + system wcf\page\FollowingPage - system + system wcf\page\IgnoredUsersPage - system + system wcf\page\ModerationListPage mod.general.canUseModeration - system + system wcf\form\ModerationActivationForm @@ -194,7 +194,7 @@ 1 - system + system wcf\form\ModerationReportForm @@ -203,20 +203,20 @@ 1 - system + system wcf\page\NotificationListPage - system + system wcf\page\PaidSubscriptionListPage module_paid_subscription - system + system wcf\page\SearchResultPage @@ -224,7 +224,7 @@ 1 - system + system wcf\page\TaggedPage @@ -232,7 +232,7 @@ 1 - system + system wcf\page\UserPage wcf\system\page\handler\UserPageHandler @@ -243,7 +243,7 @@ - text + text Cookie Policy Cookie-Richtlinie @@ -303,7 +303,7 @@ - text + text Privacy Policy Datenschutzerklärung module_privacy_policy_page diff --git a/wcfsetup/install/files/lib/system/package/plugin/BoxPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/BoxPackageInstallationPlugin.class.php index 99ddba59b2..07b67f4441 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/BoxPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/BoxPackageInstallationPlugin.class.php @@ -94,7 +94,7 @@ class BoxPackageInstallationPlugin extends AbstractXMLPackageInstallationPlugin * @throws SystemException */ protected function prepareImport(array $data) { - $boxType = $data['elements']['boxtype']; + $boxType = $data['elements']['boxType']; $className = ''; $identifier = $data['attributes']['identifier']; $isMultilingual = false; diff --git a/wcfsetup/install/files/lib/system/package/plugin/PagePackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/PagePackageInstallationPlugin.class.php index 4ae93ddc86..cd8bed25b1 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/PagePackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/PagePackageInstallationPlugin.class.php @@ -145,7 +145,7 @@ class PagePackageInstallationPlugin extends AbstractXMLPackageInstallationPlugin } // validate page type - $pageType = $data['elements']['pagetype']; + $pageType = $data['elements']['pageType']; $controller = ''; $identifier = $data['attributes']['identifier']; $isMultilingual = 0; -- 2.20.1