X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fnoticelistitemadapter.php;h=a80b63088ce61488fe124afb39ffe9af55df34bc;hb=238d2a387623743fd98c84783ce360bf1d2db6ee;hp=fc230e8e3f612bbd91adddb6d256ef6813c1779d;hpb=59043dca7fb6f974b11797c4d0f20e5b78b0611d;p=quix0rs-gnu-social.git diff --git a/lib/noticelistitemadapter.php b/lib/noticelistitemadapter.php index fc230e8e3f..a80b63088c 100644 --- a/lib/noticelistitemadapter.php +++ b/lib/noticelistitemadapter.php @@ -70,4 +70,9 @@ class NoticeListItemAdapter { return call_user_func_array(array($this->nli, $name), $arguments); } + + function __get($name) + { + return $this->nli->$name; + } }