From 93137cf24b31f80ee4b79da227975d56bde8e536 Mon Sep 17 00:00:00 2001 From: byends Date: Sat, 22 Feb 2014 10:43:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E7=9A=84?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- var/Typecho/Widget.php | 2 -- 1 file changed, 2 deletions(-) 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 {