mirror of
https://github.com/ethauvin/rife2.git
synced 2025-05-01 19:08:12 -07:00
Missing file from previous commit
This commit is contained in:
parent
62e1d4a31c
commit
4d2fadc067
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ public class EngineTemplateProcessor {
|
|||
private void processApplicationTags(final List<String> setValues) {
|
||||
if (template_.hasValueId(Context.ID_WEBAPP_ROOT_URL) &&
|
||||
!template_.isValueSet(Context.ID_WEBAPP_ROOT_URL)) {
|
||||
template_.setValue(Context.ID_WEBAPP_ROOT_URL, context_.webappRootUrl(-1));
|
||||
template_.setValue(Context.ID_WEBAPP_ROOT_URL, context_.webappRootUrl());
|
||||
setValues.add(Context.ID_WEBAPP_ROOT_URL);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue