bugfix
This commit is contained in:
parent
f4b9d46077
commit
e863797030
1 changed files with 3 additions and 0 deletions
|
|
@ -98,5 +98,8 @@ public class HalExternalWebDaemon implements HalDaemon {
|
|||
|
||||
public void setPage(String url, HttpPage page) {
|
||||
pageMap.put(url, page);
|
||||
|
||||
if (httpExternal != null)
|
||||
httpExternal.setPage(url, page);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue