alter
Change-Id: I5b44eecd5633ec5bb4098771ed5a70cfa58b246c
This commit is contained in:
parent
54068fd7a7
commit
ac586bc88d
|
@ -46,7 +46,6 @@ public final class WPConfigBuilder {
|
||||||
}
|
}
|
||||||
UserBlog ub = list.get(0);
|
UserBlog ub = list.get(0);
|
||||||
this.config.setBlogId(ub.getBlogId());
|
this.config.setBlogId(ub.getBlogId());
|
||||||
this.config.setXmlRpcUrl(config.getXmlRpcUrl());
|
|
||||||
return config;
|
return config;
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw new WPClientException("Error in wp config, please check", e);
|
throw new WPClientException("Error in wp config, please check", e);
|
||||||
|
|
Loading…
Reference in New Issue