forked from GNUsocial/gnu-social
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
This commit is contained in:
commit
fc576562a3
@ -286,7 +286,7 @@ class EditgroupAction extends GroupDesignAction
|
|||||||
$group = Local_group::staticGet('nickname', $nickname);
|
$group = Local_group::staticGet('nickname', $nickname);
|
||||||
|
|
||||||
if (!empty($group) &&
|
if (!empty($group) &&
|
||||||
$group->id != $this->group->id) {
|
$group->group_id != $this->group->id) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -55,6 +55,7 @@ modified = 384
|
|||||||
|
|
||||||
[conversation__keys]
|
[conversation__keys]
|
||||||
id = N
|
id = N
|
||||||
|
uri = U
|
||||||
|
|
||||||
[deleted_notice]
|
[deleted_notice]
|
||||||
id = 129
|
id = 129
|
||||||
@ -102,6 +103,7 @@ modified = 384
|
|||||||
|
|
||||||
[file__keys]
|
[file__keys]
|
||||||
id = N
|
id = N
|
||||||
|
url = U
|
||||||
|
|
||||||
[file_oembed]
|
[file_oembed]
|
||||||
file_id = 129
|
file_id = 129
|
||||||
@ -385,6 +387,7 @@ modified = 384
|
|||||||
|
|
||||||
[oauth_application__keys]
|
[oauth_application__keys]
|
||||||
id = N
|
id = N
|
||||||
|
name = U
|
||||||
|
|
||||||
[oauth_application_user]
|
[oauth_application_user]
|
||||||
profile_id = 129
|
profile_id = 129
|
||||||
|
@ -1248,7 +1248,7 @@ class ApiAction extends Action
|
|||||||
if (empty($local)) {
|
if (empty($local)) {
|
||||||
return null;
|
return null;
|
||||||
} else {
|
} else {
|
||||||
return User_group::staticGet('id', $local->id);
|
return User_group::staticGet('id', $local->group_id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user