aboutsummaryrefslogtreecommitdiffstats
path: root/include/api.php
diff options
context:
space:
mode:
authorfriendica <redmatrix@redmatrix.me>2015-04-17 23:04:58 -0700
committerfriendica <redmatrix@redmatrix.me>2015-04-17 23:04:58 -0700
commit0ce8572fef170d5d920287d8328b27c79e819c4a (patch)
tree003794095e8b13939362a4c47ba51546a789fe61 /include/api.php
parente1b90535638ba766d569237e8e48c400aa003725 (diff)
downloadvolse-hubzilla-0ce8572fef170d5d920287d8328b27c79e819c4a.tar.gz
volse-hubzilla-0ce8572fef170d5d920287d8328b27c79e819c4a.tar.bz2
volse-hubzilla-0ce8572fef170d5d920287d8328b27c79e819c4a.zip
remove failed experiment
Diffstat (limited to 'include/api.php')
-rw-r--r--include/api.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/api.php b/include/api.php
index ff6e41fcd..c2687f3e4 100644
--- a/include/api.php
+++ b/include/api.php
@@ -929,8 +929,6 @@ require_once('include/items.php');
);
$status_info['user'] = $user_info;
}
- if($u)
- return $status_info;
return api_apply_template("status", $type, array('$status' => $status_info));