From e0de69f49b2d45ed0c67eb50df7f1fb40dc04a18 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Thu, 24 Oct 2013 15:56:04 +0200 Subject: [PATCH] Added missing location --- com.woltlab.wcf/objectType.xml | 6 ++++++ wcfsetup/install/lang/de.xml | 1 + wcfsetup/install/lang/en.xml | 1 + 3 files changed, 8 insertions(+) diff --git a/com.woltlab.wcf/objectType.xml b/com.woltlab.wcf/objectType.xml index 4fdf12c9f0..3226a06550 100644 --- a/com.woltlab.wcf/objectType.xml +++ b/com.woltlab.wcf/objectType.xml @@ -77,6 +77,12 @@ wcf.user.usersOnline.location.DashboardPage + + com.woltlab.wcf.user.RecentActivityListPage + com.woltlab.wcf.user.online.location + + wcf.user.usersOnline.location.RecentActivityListPage + com.woltlab.wcf.user.RegisterForm diff --git a/wcfsetup/install/lang/de.xml b/wcfsetup/install/lang/de.xml index 33bf6626f1..2f8a319356 100644 --- a/wcfsetup/install/lang/de.xml +++ b/wcfsetup/install/lang/de.xml @@ -1482,6 +1482,7 @@ Fehler sind beispielsweise: + activityPoints} Punkt{if $activeMember->activityPoints != 1}e{/if}]]> diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index bdf53b0a80..288630a9fb 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -1473,6 +1473,7 @@ Allowed extensions: {', '|implode:$attachmentHandler->getFormattedAllowedExtensi + activityPoints} Point{if $activeMember->activityPoints != 1}s{/if}]]> -- 2.20.1