]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/noticelistitemadapter.php
Merge branch 'group-members-pending' into 'nightly'
[quix0rs-gnu-social.git] / lib / noticelistitemadapter.php
index fc230e8e3f612bbd91adddb6d256ef6813c1779d..a80b63088ce61488fe124afb39ffe9af55df34bc 100644 (file)
@@ -70,4 +70,9 @@ class NoticeListItemAdapter
     {
         return call_user_func_array(array($this->nli, $name), $arguments);
     }
+
+    function __get($name)
+    {
+        return $this->nli->$name;
+    }
 }