updated to the new Pikotools api (new Space struct)
This commit is contained in:
@@ -464,7 +464,7 @@ void dir_last_has_html_template(Info & i)
|
||||
|
||||
void dir_last_meta_str(Info & i)
|
||||
{
|
||||
cur->request->dir_tab.back()->item_content.meta.Serialize(i.out, true, false);
|
||||
cur->request->dir_tab.back()->item_content.meta.serialize_to_space_stream(i.out, true);
|
||||
}
|
||||
|
||||
|
||||
@@ -497,7 +497,7 @@ void dir_last_meta_tab_has_next(Info & i)
|
||||
|
||||
void dir_last_admin_meta_str(Info & i)
|
||||
{
|
||||
cur->request->dir_tab.back()->item_content.meta_admin.Serialize(i.out, true, false);
|
||||
cur->request->dir_tab.back()->item_content.meta_admin.serialize_to_space_stream(i.out, true);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user