删除多余的代码

This commit is contained in:
byends 2014-02-22 10:43:46 +08:00
parent b4d1a3a067
commit 93137cf24b

View File

@ -361,8 +361,6 @@ abstract class Typecho_Widget
*/
public function __get($name)
{
$method = '___' . $name;
if (array_key_exists($name, $this->row)) {
return $this->row[$name];
} else {