Update friends.php

Corrected typo
This commit is contained in:
RobinNixon
2023-04-19 12:53:01 +01:00
parent f0aaa9753b
commit f7ab022863
+1 -1
View File
@@ -31,7 +31,7 @@
while ($row = $result->fetch())
{
$followers[$j+] = $row['friend'];
$followers[$j++] = $row['friend'];
}
$result = queryMysql("SELECT * FROM friends WHERE friend='$view'");