From 852f4aafb23419af24ab71ecb7c128a1aae79a97 Mon Sep 17 00:00:00 2001 From: Safwan Khan Date: Wed, 24 Dec 2014 21:37:49 -0600 Subject: [PATCH] MAGETWO-32026: [GitHub] Invalid backend frontname During Installation #823 - Solved the stated problem. --- setup/pub/magento/setup/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/setup/pub/magento/setup/main.js b/setup/pub/magento/setup/main.js index 1e6979b38f682..0d7e33104d2f6 100644 --- a/setup/pub/magento/setup/main.js +++ b/setup/pub/magento/setup/main.js @@ -5,7 +5,6 @@ 'use strict'; var main = angular.module('main', ['ngStorage']); main.controller('navigationController', ['$scope', '$state', '$rootScope', 'navigationService', '$localStorage', function ($scope, $state, $rootScope, navigationService, $localStorage) { - $localStorage.$reset(); navigationService.load(); $rootScope.isMenuEnabled = true; $scope.itemStatus = function (order) {