diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-18 15:10:49 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-18 15:10:49 +0200 |
commit | 34f95c26fd9f51c730d05287d5b201a6cbedc285 (patch) | |
tree | 4d352d2767591cb0e4bd3f90dffdd7428b05b3f2 /plugins/Mapstraction/map.php | |
parent | 977472bcf69e20e795bc697e9f839c261a17a5a8 (diff) |
* FIXME/CHECKMEs added for (possible) bad i18n
* translator hints added
* superfluous whitespace removed
Diffstat (limited to 'plugins/Mapstraction/map.php')
-rw-r--r-- | plugins/Mapstraction/map.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Mapstraction/map.php b/plugins/Mapstraction/map.php index 7dab8e10a..50ff82b67 100644 --- a/plugins/Mapstraction/map.php +++ b/plugins/Mapstraction/map.php @@ -42,7 +42,6 @@ if (!defined('STATUSNET')) { * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ - class MapAction extends OwnerDesignAction { var $profile = null; @@ -116,7 +115,6 @@ class MapAction extends OwnerDesignAction * * @return boolean event handler return */ - function showScripts() { parent::showScripts(); |