Remove erroneously commited temporarily PIP file
authorMatthias Schmidt <gravatronics@live.com>
Sat, 13 Oct 2018 13:00:56 +0000 (15:00 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 13 Oct 2018 13:00:56 +0000 (15:00 +0200)
See #2545

com.woltlab.wcf/tmp_userProfileMenu.xml [deleted file]

diff --git a/com.woltlab.wcf/tmp_userProfileMenu.xml b/com.woltlab.wcf/tmp_userProfileMenu.xml
deleted file mode 100644 (file)
index c3afcbc..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<data xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/vortex/userProfileMenu.xsd" xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-       <import>
-               <userprofilemenuitem name="recentActivity">
-                       <classname>wcf\system\menu\user\profile\content\RecentActivityUserProfileMenuContent</classname>
-                       <showorder>1</showorder>
-               </userprofilemenuitem>
-               <userprofilemenuitem name="wall">
-                       <classname>wcf\system\menu\user\profile\content\CommentUserProfileMenuContent</classname>
-                       <showorder>1</showorder>
-                       <options>module_user_profile_wall</options>
-               </userprofilemenuitem>
-               <userprofilemenuitem name="likes">
-                       <classname>wcf\system\menu\user\profile\content\LikesUserProfileMenuContent</classname>
-                       <options>module_like</options>
-                       <showorder>2</showorder>
-               </userprofilemenuitem>
-               <userprofilemenuitem name="about">
-                       <classname>wcf\system\menu\user\profile\content\AboutUserProfileMenuContent</classname>
-                       <showorder>3</showorder>
-               </userprofilemenuitem>
-       </import>
-</data>