Installer Fix, wrong setting for workspace name in url_redirect field

This commit is contained in:
Erik Amaru Ortiz
2014-06-10 11:48:18 -04:00
parent bb9fc96634
commit 92c695772d

View File

@@ -895,7 +895,7 @@ class Installer extends Controller
'%s://%s/sys%s/%s/%s/oauth2/grant',
$http,
$host,
$wf,
$workspace,
$langUri,
$skinUri
);