minor fix

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/widgets/ckan-metadata-publisher-widget@145004 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2017-03-17 16:53:24 +00:00
parent 8bc46df073
commit eaf8dc4ff8
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ public class WritePostCatalogueManagerThread extends Thread {
// add fallback
if(basePath == null || basePath.isEmpty())
new ServiceEndPointReaderSocial(currentScope).getBasePath();
basePath = new ServiceEndPointReaderSocial(currentScope).getBasePath();
if(basePath == null){