We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc7f55 commit a8562e5Copy full SHA for a8562e5
application/controllers/authenticated/clan.php
@@ -379,7 +379,7 @@ public function post_setMemberPermissions()
379
*/
380
public function get_show($id)
381
{
382
- $clan = $this->clan->same_server()->find_or_die($id);
+ $clan = $this->clan->find_or_die($id);
383
$character = $this->character->get_logged();
384
$members = $clan->members()->get();
385
$skills = $this->clan->get_skills()->where_level(1)->get();
0 commit comments