Skip to content

Commit 852f4aa

Browse files
Safwan Khaneddielau
authored andcommitted
MAGETWO-32026: [GitHub] Invalid backend frontname During Installation #823
- Solved the stated problem.
1 parent 4802950 commit 852f4aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup/pub/magento/setup/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
'use strict';
66
var main = angular.module('main', ['ngStorage']);
77
main.controller('navigationController', ['$scope', '$state', '$rootScope', 'navigationService', '$localStorage', function ($scope, $state, $rootScope, navigationService, $localStorage) {
8-
$localStorage.$reset();
98
navigationService.load();
109
$rootScope.isMenuEnabled = true;
1110
$scope.itemStatus = function (order) {

0 commit comments

Comments
 (0)