switch to an extension that is actually used

just 'cause it is in the `facebook/extensions/` dir doesn't mean we use it. I checked this one and it is loaded internally and not open source.
sosorry
Esse commit está contido em:
Paul Tarjan
2013-06-20 14:43:53 -07:00
commit de Sara Golemon
commit c56c17e1d1
+1 -1
Ver Arquivo
@@ -3,7 +3,7 @@
// HPHP has has many version of these functions over time
// Faceobok has impelemtnation differences
function is_facebook() {
return extension_loaded("tao");
return extension_loaded("phpmcc");
}
function brown_fox() {