summaryrefslogtreecommitdiff
path: root/actions/attachment_ajax.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-10-31 00:58:35 +0200
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-10-31 00:58:35 +0200
commit08edd1fedfab532b1266a99f4d4b4b13a2e3aa6b (patch)
tree385411290688892be9a6db12120e8fcede65a36f /actions/attachment_ajax.php
parent83233a8a43d45b10ad64f05123ee9b7f4d3b160b (diff)
* i18n/L10n updates.
* translator documentation added/updated. * superfluous whitespace removed.
Diffstat (limited to 'actions/attachment_ajax.php')
-rw-r--r--actions/attachment_ajax.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/actions/attachment_ajax.php b/actions/attachment_ajax.php
index 1e0728075..fb7d15f8a 100644
--- a/actions/attachment_ajax.php
+++ b/actions/attachment_ajax.php
@@ -42,7 +42,6 @@ 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_ajaxAction extends AttachmentAction
{
/**
@@ -80,4 +79,3 @@ class Attachment_ajaxAction extends AttachmentAction
$this->elementEnd('div');
}
}
-