fixed when there is 0 friends
diff --git a/includes/app.php b/includes/app.php
index 650a3bd..b5d1227 100644
--- a/includes/app.php
+++ b/includes/app.php
@@ -40,4 +40,8 @@
 }
 
 $friends = getWantedCount();
+if($friends == ""){
+	$friends == 0;
+}
+}