Merge branch 'dev' into 'dev'
Add missing else clause See merge request hubzilla/core!1317
This commit is contained in:
commit
3efeeecace
@ -1075,8 +1075,9 @@ function get_markup_template($s, $root = '') {
|
|||||||
$newroot .= '/';
|
$newroot .= '/';
|
||||||
}
|
}
|
||||||
$template = $t->get_markup_template($s, $newroot);
|
$template = $t->get_markup_template($s, $newroot);
|
||||||
}
|
} else {
|
||||||
$template = $t->get_markup_template($s, $root);
|
$template = $t->get_markup_template($s, $root);
|
||||||
|
}
|
||||||
return $template;
|
return $template;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user