Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 957

Přidáno uživatelem Michal Kliment před více než 13 roky(ů)

Oprava chyby u zobrazeni profilu clena zpusobene volanim neexistujiciho atributu objektu (misto $member->id bylo $member->member_id).

Zobrazit rozdíly:

freenetis/branches/testing/application/views/members_show.php
<?php endif; ?>
</tr>
<?php endforeach; ?>
<?php if ($this->acl_check_view('Users_Controller', 'additional_contacts') || ($member->id == $this->session->get('user_id') && $this->acl_check_view('Users_Controller', 'additional_contacts', $member->member_id))) { ?>
<?php if ($this->acl_check_view('Users_Controller', 'additional_contacts') || ($member->id == $this->session->get('user_id') && $this->acl_check_view('Users_Controller', 'additional_contacts', $member->id))) { ?>
<tr>
<td colspan="2"><?php echo html::anchor(url_lang::base().'users/additional_contacts/show_all/'.$user->id,url_lang::lang('texts.Administrate additional contacts')) ?></td>
</tr>

Také k dispozici: Unified diff