From ffadc38a96085c29ef3e645cbecd05ee3a0c9006 Mon Sep 17 00:00:00 2001
From: Deltik <deltik@gmx.com>
Date: Thu, 8 Feb 2018 10:16:37 -0600
Subject: [PATCH] Submodules now track their branch from remote

---
 .gitmodules | 2 ++
 e107        | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules
index 2bc8da79b..5b912882b 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,8 @@
 [submodule "e107"]
 	path = e107
 	url = git@github.com:e107inc/e107.git
+	branch = .
 [submodule "lib/cpaneluapi"]
 	path = lib/cpaneluapi
 	url = git@github.com:N1ghteyes/cpanel-UAPI-php-class.git
+	branch = .
diff --git a/e107 b/e107
index 21215da3b..986aabb06 160000
--- a/e107
+++ b/e107
@@ -1 +1 @@
-Subproject commit 21215da3b8fbf85d1953795205a7a235559d7bd8
+Subproject commit 986aabb062762638258215d30957dc0984de0923