mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-28 09:36:16 +01:00
added missing radix
This commit is contained in:
@@ -113,7 +113,7 @@ function sendNotificationToPostOwner(data, uid, message) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (uid === parseInt(postData.uid)) {
|
if (uid === parseInt(postData.uid, 10)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user