WeCenter个人信息页面bug
在WeCenter2.0.1Beta版中,若没有关注话题,打开用户个人信息页面会报错,这里给出解决方法。
找到这个文件 \views\default\people\index.tpl.htm 的第 193 行,将
<?php foreach ($this->focus_topics AS $key => $val) { ?>
换成
<?php foreach ((array)@$this->focus_topics AS $key => $val) { ?>
- 上一篇: 等了这么久,Typecho终于有动静了
- 下一篇: CSS自定义滚动条样式