X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fnoticelistitemadapter.php;h=fc230e8e3f612bbd91adddb6d256ef6813c1779d;hb=31b29fde50e9664e1b70064c043879ce87553883;hp=48530a9c1a85b5def2d8a0dafab6e143be1fb2d3;hpb=efabb002e45756ee2e10edcd80b3641a58a4690f;p=quix0rs-gnu-social.git diff --git a/lib/noticelistitemadapter.php b/lib/noticelistitemadapter.php index 48530a9c1a..fc230e8e3f 100644 --- a/lib/noticelistitemadapter.php +++ b/lib/noticelistitemadapter.php @@ -4,7 +4,7 @@ * Copyright (C) 2011, StatusNet, Inc. * * For use by microapps to customize notice list item output - * + * * PHP version 5 * * This program is free software: you can redistribute it and/or modify @@ -44,7 +44,6 @@ if (!defined('STATUSNET')) { * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html AGPL 3.0 * @link http://status.net/ */ - class NoticeListItemAdapter { protected $nli; @@ -54,7 +53,6 @@ class NoticeListItemAdapter * * @param NoticeListItem $nli item to wrap */ - function __construct($nli) { $this->nli = $nli;