diff options
author | Evan Prodromou <evan@status.net> | 2010-02-26 11:40:12 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-02-26 11:40:12 -0500 |
commit | d9d1a77bb02227e6e79392959643404391df2ea0 (patch) | |
tree | 87ce0a41e5fed266f46af31469bdddf9c0fa3833 /plugins/Mapstraction/map.php | |
parent | 417f5d653fb2053cd6194900eba591d42ebfcb0d (diff) | |
parent | ab8bb4d79e5f267323440b8cee01458b393ce2d1 (diff) |
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
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 a33dfc736..b809c1b8e 100644 --- a/plugins/Mapstraction/map.php +++ b/plugins/Mapstraction/map.php @@ -142,8 +142,6 @@ class MapAction extends OwnerDesignAction // of refactoring from within a plugin, so I'm just abusing // the ApiAction method. Don't do this unless you're me! - require_once(INSTALLDIR.'/lib/api.php'); - $act = new ApiAction('/dev/null'); $arr = $act->twitterStatusArray($notice, true); |