Fix file upload and remove unnecessary dependencies
This commit is contained in:
@@ -568,7 +568,7 @@ define([
|
||||
Store.addPad({
|
||||
href: href,
|
||||
title: title,
|
||||
path: store.data && store.data.initialPath
|
||||
path: data.path || (store.data && store.data.initialPath)
|
||||
}, cb);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user