typo
This commit is contained in:
parent
9e70d54300
commit
54f7cd5302
@ -106,7 +106,7 @@ class NativeWiki {
|
||||
$r = q("SELECT * from item WHERE uid = %d AND ( id = %d OR ( resource_type = '%s and resource_id = %d )) ",
|
||||
intval($uid),
|
||||
intval($id),
|
||||
dbesc(NWIKI_ITEM_RESOURCE_TYPE)
|
||||
dbesc(NWIKI_ITEM_RESOURCE_TYPE),
|
||||
intval($resource_id)
|
||||
);
|
||||
if($r) {
|
||||
|
Reference in New Issue
Block a user