mirror of
https://github.com/typecho/typecho.git
synced 2025-03-18 08:59:40 +01:00
Merge branch 'master' of https://github.com/typecho/typecho
This commit is contained in:
commit
12fe71654d
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user