This commit is contained in:
joyqi 2014-02-24 18:56:11 +08:00
commit 12fe71654d

View File

@ -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 {