forked from GNUsocial/gnu-social
Merge branch '0.9-release' of git@gitorious.org:statusnet/mainline into 0.9-release
This commit is contained in:
commit
c213477081
@ -88,7 +88,7 @@ class UserFlagPlugin extends Plugin
|
|||||||
{
|
{
|
||||||
$user = common_current_user();
|
$user = common_current_user();
|
||||||
|
|
||||||
if (!empty($user)) {
|
if (!empty($user) && ($user->id != $profile->id)) {
|
||||||
|
|
||||||
$action->elementStart('li', 'entity_flag');
|
$action->elementStart('li', 'entity_flag');
|
||||||
|
|
||||||
|
@ -86,12 +86,6 @@ class FlagprofileAction extends ProfileFormAction
|
|||||||
|
|
||||||
function handle($args)
|
function handle($args)
|
||||||
{
|
{
|
||||||
if ($this->boolean('ajax')) {
|
|
||||||
common_debug("ajax called for");
|
|
||||||
} else {
|
|
||||||
common_debug("no ajax");
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($_SERVER['REQUEST_METHOD'] == 'POST') {
|
if ($_SERVER['REQUEST_METHOD'] == 'POST') {
|
||||||
$this->handlePost();
|
$this->handlePost();
|
||||||
if (!$this->boolean('ajax')) {
|
if (!$this->boolean('ajax')) {
|
||||||
@ -125,7 +119,7 @@ class FlagprofileAction extends ProfileFormAction
|
|||||||
}
|
}
|
||||||
|
|
||||||
$ufp->free();
|
$ufp->free();
|
||||||
|
|
||||||
if ($this->boolean('ajax')) {
|
if ($this->boolean('ajax')) {
|
||||||
$this->ajaxResults();
|
$this->ajaxResults();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user