Showing
2 changed files
with
9 additions
and
3 deletions
static/bash.exe.stackdump
0 → 100644
1 | +Stack trace: | ||
2 | +Frame Function Args | ||
3 | +00000226128 0018007208E (0018026056D, 00180215E46, 00000226128, 00000225020) | ||
4 | +00000226128 00180046DF2 (00000226088, 00000000000, 00000000000, 001005E6E6C) | ||
5 | +00000226128 00180046E32 (00180260629, 00000225FD8, 00000226128, 00000000000) | ||
6 | +00000226128 001800BDE7F (00000000000, 00000000000, 00000000000, 00000000000) | ||
7 | +00000226128 001800BE09F (00000226150, 00000000000, 00000000000, 00000000000) | ||
8 | +000002261D0 001800BF35A (00000226150, 00000000000, 00000000000, 00000000000) | ||
9 | +End of stack trace |
@@ -195,9 +195,6 @@ class IndexController extends AbstractAction | @@ -195,9 +195,6 @@ class IndexController extends AbstractAction | ||
195 | //逛作者列表页跳转链接修改 | 195 | //逛作者列表页跳转链接修改 |
196 | foreach ($article['data']['list']['artList'] as $articlekey =>$article) { | 196 | foreach ($article['data']['list']['artList'] as $articlekey =>$article) { |
197 | $build[$articlekey ] = Helpers::formatArticle($article, true, $isApp, false, $uid); | 197 | $build[$articlekey ] = Helpers::formatArticle($article, true, $isApp, false, $uid); |
198 | - if($this->isApp()){ | ||
199 | - $build[$articlekey]['url'] = Helpers::url('/author/index', array('id' => $id, 'app_version' => $this->get('app_version', '')), 'guang'); | ||
200 | - } | ||
201 | } | 198 | } |
202 | $data['guang']['infos'] = $build; | 199 | $data['guang']['infos'] = $build; |
203 | } | 200 | } |
-
Please register or login to post a comment