Commit c73dbc6c authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

app-enablement minor fix

parent 7b971a11
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -94,6 +94,9 @@ func Init(sandbox string, mep string, host *url.URL, msgQueue *mq.MsgQueue, glob
	mutex = globalMutex
	mutex = globalMutex
	mepName = mep
	mepName = mep


	// Initialize app info cache
	appInfoMap = make(map[string]map[string]string)

	// Set base path & base storage key
	// Set base path & base storage key
	if mepName == globalMepName {
	if mepName == globalMepName {
		basePath = "/" + sandboxName + "/" + appSupportBasePath
		basePath = "/" + sandboxName + "/" + appSupportBasePath