diff options
Diffstat (limited to 'mod/connect.php')
-rw-r--r-- | mod/connect.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mod/connect.php b/mod/connect.php index 93f994af5..f7748bcaf 100644 --- a/mod/connect.php +++ b/mod/connect.php @@ -23,10 +23,6 @@ function connect_init(&$a) { $a->data['channel'] = $r[0]; profile_load($a,$which,''); - - profile_create_sidebar($a,false); - - } function connect_post(&$a) { |