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:
parent
8bc46df073
commit
eaf8dc4ff8
|
@ -125,7 +125,7 @@ public class WritePostCatalogueManagerThread extends Thread {
|
||||||
|
|
||||||
// add fallback
|
// add fallback
|
||||||
if(basePath == null || basePath.isEmpty())
|
if(basePath == null || basePath.isEmpty())
|
||||||
new ServiceEndPointReaderSocial(currentScope).getBasePath();
|
basePath = new ServiceEndPointReaderSocial(currentScope).getBasePath();
|
||||||
|
|
||||||
if(basePath == null){
|
if(basePath == null){
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue