diff --git a/var/Typecho/Widget.php b/var/Typecho/Widget.php index 0673bd22..efe56fdf 100644 --- a/var/Typecho/Widget.php +++ b/var/Typecho/Widget.php @@ -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 {