diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-10-31 00:58:35 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-10-31 00:58:35 +0200 |
commit | 08edd1fedfab532b1266a99f4d4b4b13a2e3aa6b (patch) | |
tree | 385411290688892be9a6db12120e8fcede65a36f /actions/attachment_thumbnail.php | |
parent | 83233a8a43d45b10ad64f05123ee9b7f4d3b160b (diff) |
* i18n/L10n updates.
* translator documentation added/updated.
* superfluous whitespace removed.
Diffstat (limited to 'actions/attachment_thumbnail.php')
-rw-r--r-- | actions/attachment_thumbnail.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/actions/attachment_thumbnail.php b/actions/attachment_thumbnail.php index 7d0ac97a6..38648b8be 100644 --- a/actions/attachment_thumbnail.php +++ b/actions/attachment_thumbnail.php @@ -42,10 +42,8 @@ require_once INSTALLDIR.'/actions/attachment.php'; * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ - class Attachment_thumbnailAction extends AttachmentAction { - function handle($args) { $this->showPage(); @@ -79,6 +77,4 @@ class Attachment_thumbnailAction extends AttachmentAction } $this->element('img', array('src' => $file_thumbnail->url, 'alt' => 'Thumbnail')); } - } - |