diff options
author | James Walker <walkah@walkah.net> | 2010-02-26 03:27:40 -0500 |
---|---|---|
committer | James Walker <walkah@walkah.net> | 2010-02-26 03:27:40 -0500 |
commit | 85b5b4b40aac2017496d4597674f857c8692881a (patch) | |
tree | ea42dcd78ff7bfce9d40d29edc9556ef2ca22883 /plugins/Mapstraction/map.php | |
parent | 84d0c865c4c2dd597e249c76fa1429175f5461a1 (diff) | |
parent | e650794300f48f75cc4a91ac86d7e7dd9e082136 (diff) |
Merge remote branch 'statusnet/testing' 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); |