From 23f6aafcf55c834cd681ac94ff1098d67caebae9 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 17 Jun 2016 13:23:05 +0200 Subject: [PATCH] Fixed use-statement order --- .../system/comment/manager/ArticleCommentManager.class.php | 4 ++-- .../lib/system/comment/manager/PageCommentManager.class.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wcfsetup/install/files/lib/system/comment/manager/ArticleCommentManager.class.php b/wcfsetup/install/files/lib/system/comment/manager/ArticleCommentManager.class.php index 32e8ad0c78..bb8b10b782 100644 --- a/wcfsetup/install/files/lib/system/comment/manager/ArticleCommentManager.class.php +++ b/wcfsetup/install/files/lib/system/comment/manager/ArticleCommentManager.class.php @@ -1,10 +1,10 @@