Make base URL optional

This commit is contained in:
Oliver Davies 2019-01-24 02:10:17 +00:00
parent 63f060b4ad
commit 92883eafb5

View file

@ -13,7 +13,7 @@ $databases['{{ name }}']['default'] = [
{% endfor %}
{% if item.1.settings.base_url %}
{% if item.1.settings.base_url is defined %}
$base_url = '{{ item.1.settings.base_url }}';
{% endif %}