не могу товарки сборных посмотреть, выдает это
ErrorException [ Notice ]: Undefined index: id
APPPATH/views/index/league/v_matches_row.php [ 20 ]
15 <td class="ta-c"><?=Model::factory('federations')->FlagById($match['home'])?></td>
16 <td width="<?=$width['score']?>" class="ta-c">
17 <? if ( empty($match['score']) ):?>
18 X-X
19 <? else: ?>
20 <strong><?=HTML::Anchor(LANG.'/league/match/'.$match['id'], $match['score'])?></strong>
21 <?endif?>
22 </td>
23 <td class="ta-c"><?=Model::factory('federations')->FlagById($match['guest'])?></td>
24 <td width="<?=$width['team']?>">
25 <?if ($match['winner'] == $match['guest']):?><strong><?=Model::factory('team')->Link($match['guest'])?></strong>
APPPATH/views/index/league/v_matches_row.php [ 20 ]
»
Kohana_Core::error_handler(arguments)