]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Added curl requirement to twitterservice.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 10 Mar 2011 16:19:58 +0000 (16:19 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 10 Mar 2011 16:19:58 +0000 (16:19 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8650 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/twitterservice/manifest.xml

index b3336dbda8a88d5a2ed73d8b47f145da1cf83c7b..aabc1cb30ce294bc86fbc87c98e166d89582a286 100644 (file)
@@ -17,4 +17,8 @@
                <type>plugin</type>
                <name>oauth_lib</name>
        </requires>
+       <requires>
+               <type>php_extension</type>
+               <name>curl</name>
+       </requires>
 </plugin_manifest>