X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fnoticelistitemadapter.php;h=a80b63088ce61488fe124afb39ffe9af55df34bc;hb=6a4cb43f67e84d90a26a2e3dd48219c461f9f7d3;hp=fc230e8e3f612bbd91adddb6d256ef6813c1779d;hpb=87d46e1ae5e5effcc985021ff5af3f10815f3d3c;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; + } }