X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FActivity%2Fsystemlistitem.php;h=c6753e5ff198fe124fc2809a1292204795bc8ae2;hb=b4da5f3785de138b9b7c3672d331676ea7929c16;hp=0b8d2f4c02041cce2486bfbab2ecbf483e647d3a;hpb=f0443aff1aa44977615cf08d1e2fc57b2c754612;p=quix0rs-gnu-social.git diff --git a/plugins/Activity/systemlistitem.php b/plugins/Activity/systemlistitem.php index 0b8d2f4c02..c6753e5ff1 100644 --- a/plugins/Activity/systemlistitem.php +++ b/plugins/Activity/systemlistitem.php @@ -4,7 +4,7 @@ * Copyright (C) 2011, StatusNet, Inc. * * Superclass for system event items - * + * * 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 SystemListItem extends NoticeListItemAdapter { /** @@ -52,7 +51,6 @@ class SystemListItem extends NoticeListItemAdapter * * @return void */ - function showNotice() { $out = $this->nli->out; @@ -65,15 +63,15 @@ class SystemListItem extends NoticeListItemAdapter { $notice = $this->nli->notice; $out = $this->nli->out; - - // FIXME: get the actual data on the leave - + + // FIXME: get the actual data on the leave + $out->elementStart('div', 'system-activity'); $out->raw($notice->rendered); - + $out->elementEnd('div'); - } + } function showNoticeOptions() {