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:
Shandem
2009-12-17 07:12:54 +00:00
parent aa7c518db4
commit 152cbabfa6
27 changed files with 38 additions and 31 deletions

View File

@@ -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() {