forked from GNUsocial/gnu-social
Remove UserProfile class
This commit is contained in:
@@ -33,7 +33,6 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
|
||||
}
|
||||
|
||||
require_once INSTALLDIR.'/lib/personalgroupnav.php';
|
||||
require_once INSTALLDIR.'/lib/userprofile.php';
|
||||
require_once INSTALLDIR.'/lib/noticelist.php';
|
||||
require_once INSTALLDIR.'/lib/profileminilist.php';
|
||||
require_once INSTALLDIR.'/lib/groupminilist.php';
|
||||
@@ -100,7 +99,6 @@ class ShowstreamAction extends ProfileAction
|
||||
|
||||
function showContent()
|
||||
{
|
||||
$this->showProfile();
|
||||
$this->showNotices();
|
||||
}
|
||||
|
||||
@@ -199,12 +197,6 @@ class ShowstreamAction extends ProfileAction
|
||||
'href' => $rsd));
|
||||
}
|
||||
|
||||
function showProfile()
|
||||
{
|
||||
$profile = new UserProfile($this, $this->user, $this->profile);
|
||||
$profile->show();
|
||||
}
|
||||
|
||||
function showEmptyListMessage()
|
||||
{
|
||||
// TRANS: First sentence of empty list message for a stream. $1%s is a user nickname.
|
||||
|
||||
Reference in New Issue
Block a user