mirror of
https://github.com/typecho/typecho.git
synced 2025-03-20 01:49:40 +01:00
commit
dd3410f2b8
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user