DO NOT DOWNLOAD, STABLE RELEASE AVAILABLE ON THE DOWNLOADS TAB
Fixes many path issues relating to GlobalSettings.Path [TFS Changeset #62345]
This commit is contained in:
@@ -14,7 +14,7 @@ Umbraco.Sys.registerNamespace("Umbraco.Application");
|
||||
|
||||
return {
|
||||
_isDirty: false,
|
||||
_debug: false,
|
||||
_isDebug: true,
|
||||
_mainTree: null,
|
||||
_appActions: null,
|
||||
_rootPath: "/umbraco", //this is the default
|
||||
@@ -23,7 +23,8 @@ Umbraco.Sys.registerNamespace("Umbraco.Application");
|
||||
/// <summary>
|
||||
/// sets the Umbraco root path folder
|
||||
/// </summary>
|
||||
_rootPath = strPath;
|
||||
this._debug("setUmbracoPath: " + strPath);
|
||||
this._rootPath = strPath;
|
||||
},
|
||||
|
||||
mainWindow: function() {
|
||||
|
||||
Reference in New Issue
Block a user