Update ext_hash test isFacebook() check

Esse commit está contido em:
Avani Nandini
2013-06-27 12:12:58 -07:00
commit de Sara Golemon
commit e61c684271
+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("phpmcc");
return extension_loaded("fbml");
}
function brown_fox() {