Authored by 周少峰

author list url

Stack trace:
Frame Function Args
00000226128 0018007208E (0018026056D, 00180215E46, 00000226128, 00000225020)
00000226128 00180046DF2 (00000226088, 00000000000, 00000000000, 001005E6E6C)
00000226128 00180046E32 (00180260629, 00000225FD8, 00000226128, 00000000000)
00000226128 001800BDE7F (00000000000, 00000000000, 00000000000, 00000000000)
00000226128 001800BE09F (00000226150, 00000000000, 00000000000, 00000000000)
000002261D0 001800BF35A (00000226150, 00000000000, 00000000000, 00000000000)
End of stack trace
... ...
... ... @@ -195,9 +195,6 @@ class IndexController extends AbstractAction
//逛作者列表页跳转链接修改
foreach ($article['data']['list']['artList'] as $articlekey =>$article) {
$build[$articlekey ] = Helpers::formatArticle($article, true, $isApp, false, $uid);
if($this->isApp()){
$build[$articlekey]['url'] = Helpers::url('/author/index', array('id' => $id, 'app_version' => $this->get('app_version', '')), 'guang');
}
}
$data['guang']['infos'] = $build;
}
... ...