diff options
author | Brion Vibber <brion@pobox.com> | 2010-11-02 15:02:55 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-11-02 15:02:55 -0700 |
commit | 0229c22d2358933758fea98284349a871106b3bd (patch) | |
tree | c62b1919f0a38e82a748162563c956d885137db1 /actions/attachment_thumbnail.php | |
parent | 62d47011482373b77ac6715d507ab8913b9280fc (diff) | |
parent | 04ca706601a2a3b556cc52fa21b61fcd842c4e87 (diff) |
Merge branch '1.0.x' into schema-x
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')); } - } - |