merge
This commit is contained in:
commit
a1a8241909
@ -271,6 +271,7 @@ public class DomainProcessorFactory implements EntityProcessorFactory {
|
|||||||
|
|
||||||
private Processor createApacheVHostSetupProcessor(EntityManager em, Domain dom) throws ProcessorException {
|
private Processor createApacheVHostSetupProcessor(EntityManager em, Domain dom) throws ProcessorException {
|
||||||
Map<String, Object> templateVars = new HashMap<String, Object>();
|
Map<String, Object> templateVars = new HashMap<String, Object>();
|
||||||
|
templateVars.put("dom", dom);
|
||||||
String domName = dom.getName();
|
String domName = dom.getName();
|
||||||
int level = domName.split("\\.").length;
|
int level = domName.split("\\.").length;
|
||||||
String linkPrefix = Integer.toString(100 - level);
|
String linkPrefix = Integer.toString(100 - level);
|
||||||
|
Loading…
Reference in New Issue
Block a user