diff --git a/var/Typecho/Widget.php b/var/Typecho/Widget.php index 35dd2c4d..f63969cf 100644 --- a/var/Typecho/Widget.php +++ b/var/Typecho/Widget.php @@ -350,8 +350,6 @@ abstract class Typecho_Widget */ public function __get($name) { - $method = '___' . $name; - if (array_key_exists($name, $this->row)) { return $this->row[$name]; } else {