diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-20 19:46:01 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-20 19:46:01 +0200 |
commit | dfa164069d2dd69c49d1d7eb4182bfffd86329d4 (patch) | |
tree | 1eb75a59b7dbda80556c76d87c4b0915f195f8c6 /plugins/ClientSideShorten | |
parent | f975c1732936c3380048769bdf7ec55c24086856 (diff) |
Superfluous whitespace removed.
Diffstat (limited to 'plugins/ClientSideShorten')
-rw-r--r-- | plugins/ClientSideShorten/shorten.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/ClientSideShorten/shorten.php b/plugins/ClientSideShorten/shorten.php index 8c2fc1b3c..53c2cf5d1 100644 --- a/plugins/ClientSideShorten/shorten.php +++ b/plugins/ClientSideShorten/shorten.php @@ -41,7 +41,6 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ - class ShortenAction extends Action { private $text; |