summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-10-29 14:34:33 -0400
committerEvan Prodromou <evan@status.net>2009-10-29 14:34:33 -0400
commitc911c66fe1ddb9fcea4a1817496f2efaffe26a98 (patch)
tree31d381bc14bf0b8edcdbf7c3042e2df701aa8f3f /actions
parente88dd2d087bfcd4ae28ceebb833b1f02693dd3f1 (diff)
parent201cbb56b6faa33b814344034954a9efdde65e49 (diff)
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'actions')
-rw-r--r--actions/othersettings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/othersettings.php b/actions/othersettings.php
index 011b4fc83..d32a2d651 100644
--- a/actions/othersettings.php
+++ b/actions/othersettings.php
@@ -103,7 +103,7 @@ class OthersettingsAction extends AccountSettingsAction
foreach($_shorteners as $name=>$value)
{
$services[$name]=$name;
- if($value['info']['freeService']){
+ if(!empty($value['info']['freeService'])){
// I18N
$services[$name].=' (free service)';
}