aboutsummaryrefslogtreecommitdiffstats
path: root/include/contact_widgets.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-22 16:54:30 -0700
committerredmatrix <git@macgirvin.com>2016-05-22 16:54:30 -0700
commitde006771c7fe92a889d759c2c75c1473c420ad47 (patch)
tree157391db6d2d48980719fa07c3d317fcb85ef70c /include/contact_widgets.php
parent2fdd1485985e2f341b413e978cf85edb858fce41 (diff)
downloadvolse-hubzilla-de006771c7fe92a889d759c2c75c1473c420ad47.tar.gz
volse-hubzilla-de006771c7fe92a889d759c2c75c1473c420ad47.tar.bz2
volse-hubzilla-de006771c7fe92a889d759c2c75c1473c420ad47.zip
renamed include files identity.php (channel.php) and Contact.php (connections.php)
Diffstat (limited to 'include/contact_widgets.php')
-rw-r--r--include/contact_widgets.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/contact_widgets.php b/include/contact_widgets.php
index e62d57aa2..14d26e257 100644
--- a/include/contact_widgets.php
+++ b/include/contact_widgets.php
@@ -3,9 +3,6 @@
function findpeople_widget() {
- require_once('include/Contact.php');
-
- $a = get_app();
if(get_config('system','invitation_only')) {
$x = get_pconfig(local_channel(),'system','invites_remaining');
@@ -37,7 +34,6 @@ function findpeople_widget() {
function fileas_widget($baseurl,$selected = '') {
- $a = get_app();
if(! local_channel())
return '';
@@ -65,8 +61,6 @@ function fileas_widget($baseurl,$selected = '') {
}
function categories_widget($baseurl,$selected = '') {
-
- $a = get_app();
if(! feature_enabled(App::$profile['profile_uid'],'categories'))
return '';
@@ -108,8 +102,6 @@ function categories_widget($baseurl,$selected = '') {
function common_friends_visitor_widget($profile_uid) {
- $a = get_app();
-
if(local_channel() == $profile_uid)
return;