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:
authorThomas Steur <thomas.steur@gmail.com>2013-09-19 05:02:32 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-09-19 05:02:32 +0400
commit7f2385d0aef6458404542448e71850882a4ede78 (patch)
treedac92b9f649ab8582be49413ac4e9eb164e1570f /plugins/CorePluginsAdmin
parenta4bdeb271e5099241138b47f00350e29033b9ebc (diff)
fix theme is not defined
Diffstat (limited to 'plugins/CorePluginsAdmin')
-rw-r--r--plugins/CorePluginsAdmin/templates/installPlugin.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CorePluginsAdmin/templates/installPlugin.twig b/plugins/CorePluginsAdmin/templates/installPlugin.twig
index bc54317e41..8f52649c19 100644
--- a/plugins/CorePluginsAdmin/templates/installPlugin.twig
+++ b/plugins/CorePluginsAdmin/templates/installPlugin.twig
@@ -12,7 +12,7 @@
<div>
- {% if plugin.theme %}
+ {% if plugin.isTheme %}
<p>Downloading plugin from Marketplace</p>
<p>Unzipping plugin</p>