Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/helpers/install_button.php
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/helpers/install_button.php')
-rw-r--r--site/app/views/helpers/install_button.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/app/views/helpers/install_button.php b/site/app/views/helpers/install_button.php
index 0c2655e..7c27738 100644
--- a/site/app/views/helpers/install_button.php
+++ b/site/app/views/helpers/install_button.php
@@ -338,7 +338,7 @@ class InstallButtonHelper extends Helper {
$flags = '';
if (in_array('recommended', $this->flags())) {
$flags = '<strong>'.___('recommended').'</strong>';
- } else if (in_array('experimental', $this->flags()) && $this->loggedIn()) {
+ } else if (in_array('experimental', $this->flags())) {
$flags = '<strong>'.___('experimental').'</strong>';
}
return $flags;