WeCenter个人信息页面bug

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) { ?>

标签: bug, WeCenter