Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a8562e5

Browse files
author
Ruke
committedSep 15, 2014
ahora se pueden ver los grupos de otros servidores
1 parent fdc7f55 commit a8562e5

File tree

1 file changed

+1
-1
lines changed
  • application/controllers/authenticated

1 file changed

+1
-1
lines changed
 

‎application/controllers/authenticated/clan.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ public function post_setMemberPermissions()
379379
*/
380380
public function get_show($id)
381381
{
382-
$clan = $this->clan->same_server()->find_or_die($id);
382+
$clan = $this->clan->find_or_die($id);
383383
$character = $this->character->get_logged();
384384
$members = $clan->members()->get();
385385
$skills = $this->clan->get_skills()->where_level(1)->get();

0 commit comments

Comments
 (0)