mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-29 15:21:53 +00:00
Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud)
95988: Merged 5.0.N (5.0.1) to HEAD-BUG-FIX (5.1/Cloud)
94475: Merged DEV to 5.0.N (5.0.1).
94140: MNT-13010: CIFS: CIFS desktop action ShowDetails is absent.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@96017 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -439,7 +439,7 @@ public abstract class DesktopAction {
|
||||
SysAdminParams sysAdminParams = m_filesysContext.getSysAdminParams();
|
||||
if (m_webappURL == null || m_webappURL.length() == 0)
|
||||
{
|
||||
m_webappURL = m_filesysContext.getURLPrefix();
|
||||
m_webappURL = m_filesysContext.getShareUrlPrefix();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user