Skip to content

Commit

Permalink
Update alert.php (elementary#1208)
Browse files Browse the repository at this point in the history
* Update alert.php

* remove extra parenthesis

* Remove unnecessary `&&`
  • Loading branch information
btkostner authored Jul 16, 2016
1 parent 453dbaf commit 711aca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _templates/alert.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$l10n->set_domain('layout');
if (!isset($_ENV['PHPENV']) || $_ENV['PHPENV'] !== "production" ):
if ( getenv('PHPENV') !== 'production' ):
?>
<div class="row alert warning">
<div class="column alert">
Expand Down

0 comments on commit 711aca6

Please sign in to comment.