Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-01-13 15:07:49 +0400
committermattab <matthieu.aubry@gmail.com>2014-01-13 15:07:49 +0400
commit52aa596a1feed0c3ce13975751c97f04d8acdbf4 (patch)
treef60d1455d7a287ee763b3fd4c7430c3f9b59c986
parentd7594ba80144ecfbff722920c5df764be6800b1e (diff)
Fix "Key "extra" for array with keys [...] does not exist in "@Installation/_systemCheckSection.twig" at line 291"
-rwxr-xr-xplugins/Installation/templates/_systemCheckSection.twig2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Installation/templates/_systemCheckSection.twig b/plugins/Installation/templates/_systemCheckSection.twig
index 4fb151ce6f..c8b06d9e10 100755
--- a/plugins/Installation/templates/_systemCheckSection.twig
+++ b/plugins/Installation/templates/_systemCheckSection.twig
@@ -285,6 +285,7 @@
{% endif %}
</td>
</tr>
+ {% if duringInstall is empty %}
<tr>
<td class="label">{{ 'UserCountry_Geolocation'|translate }}</td>
<td>
@@ -304,6 +305,7 @@
{% endif %}
</td>
</tr>
+ {% endif %}
{% if infos.general_infos.assume_secure_protocol is defined %}
<tr>
<td class="label">{{ 'Installation_SystemCheckSecureProtocol'|translate }}</td>