Index: branches/feature-module-update/data/class/pages/upgrade/LC_Page_Upgrade_Base.php
===================================================================
--- branches/feature-module-update/data/class/pages/upgrade/LC_Page_Upgrade_Base.php	(revision 16839)
+++ branches/feature-module-update/data/class/pages/upgrade/LC_Page_Upgrade_Base.php	(revision 16843)
@@ -16,5 +16,6 @@
     function isValidIP() {
         $masterData = new SC_DB_MasterData();
-        $$arrOstoreIPs = $masterData->getMasterData("mtb_ownersstore_ips");
+        $arrOstoreIPs = $masterData->getMasterData("mtb_ownersstore_ips");
+
         if (isset($_SERVER['REMOTE_ADDR'])
         && in_array($_SERVER['REMOTE_ADDR'], $arrOstoreIPs)) {
