Skip to content

Commit

Permalink
admin menu fix
Browse files Browse the repository at this point in the history
  • Loading branch information
voitto committed Oct 22, 2008
1 parent 70e2860 commit 5bd93c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/identities/_admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@

<?php $smskey = environment('awsAccessKey'); ?>

<?php if (!empty(trim($smskey))) : ?>
<?php if (!empty($smskey)) : ?>

<li>
<a href="<?php url_for(array('resource'=>'mobile_settings')); ?>">Mobile</a>
Expand Down

0 comments on commit 5bd93c6

Please sign in to comment.