删除多余的代码
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user