diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-18 22:31:41 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-18 22:31:41 +0200 |
commit | cc62afe5b990c33296b9ada1906783ca44352aa8 (patch) | |
tree | b0aa39a48208ceecff86a9ebaa1f0e08a599fc61 /plugins/SubMirror/actions/addmirror.php | |
parent | a7fca907dc78e3dd9e364f23499a216b7edf7287 (diff) |
* i18n/L10n updates
* translator hints added
* superfluous whitespace removed
Diffstat (limited to 'plugins/SubMirror/actions/addmirror.php')
-rw-r--r-- | plugins/SubMirror/actions/addmirror.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/SubMirror/actions/addmirror.php b/plugins/SubMirror/actions/addmirror.php index 5acdf1dfe..8c3a9740f 100644 --- a/plugins/SubMirror/actions/addmirror.php +++ b/plugins/SubMirror/actions/addmirror.php @@ -45,7 +45,6 @@ if (!defined('STATUSNET')) { * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html AGPLv3 * @link http://status.net/ */ - class AddMirrorAction extends BaseMirrorAction { var $feedurl; @@ -57,7 +56,6 @@ class AddMirrorAction extends BaseMirrorAction * * @return boolean success flag */ - function prepare($args) { parent::prepare($args); |