diff --git a/public/themes/simpleboot3/friendship/friend_list.html b/public/themes/simpleboot3/friendship/friend_list.html
index 9adbb80..f8885ff 100644
--- a/public/themes/simpleboot3/friendship/friend_list.html
+++ b/public/themes/simpleboot3/friendship/friend_list.html
@@ -410,7 +410,7 @@
                         dataType:"JSON",
                         
                         success: function (data) {
-                            if(data.data === true) {
+                            if(data.status === true) {
                                 alert(data.msg);
                                 window.location.reload();
                             }else {