renamed: ItemContent::meta_admin -> ItemContent::admin_meta

This commit is contained in:
2021-07-03 01:18:28 +02:00
parent 175dd17416
commit 746aa41111
11 changed files with 76 additions and 57 deletions

View File

@@ -80,7 +80,7 @@ bool Reply::HasAccess()
return false;
pt::Space * thread_space = cur->request->item.item_content.meta_admin.get_space(L"thread");
pt::Space * thread_space = cur->request->item.item_content.admin_meta.get_space(L"thread");
if( thread_space )
{