From 90253368ce38889a054843dca900c289e4de8ade Mon Sep 17 00:00:00 2001
From: kopareigns <kopareigns@gmail.com>
Date: Wed, 28 Mar 2018 23:03:01 -0400
Subject: [PATCH] RERelationshipSlave Removal

---
 src/uncategorized/BackwardsCompatibility.tw | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw
index 7fd3cee4f3d..93bf3e13a90 100644
--- a/src/uncategorized/BackwardsCompatibility.tw
+++ b/src/uncategorized/BackwardsCompatibility.tw
@@ -1590,6 +1590,9 @@ Setting missing global variables:
 <<if ndef $REReductionCheckinIDs>>
 	<<set $REReductionCheckinIDs = []>>
 <</if>>
+<<if def $RERelationshipSlave>>
+	<<unset $RERelationshipSlave>>
+<</if>>
 <<if ndef $dormitory>>
 	<<set $dormitory = 20>>
 <</if>>
-- 
GitLab