This commit is contained in:
parent
5d1d4cdc32
commit
f4824f8ca8
1 changed files with 2 additions and 2 deletions
|
@ -61,11 +61,11 @@ class PostHandler extends MySQLAdapter {
|
||||||
|
|
||||||
$post_meta['icon'] = $icon_mapping[$post_meta['type']] ?? 'question';
|
$post_meta['icon'] = $icon_mapping[$post_meta['type']] ?? 'question';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$post_data['post_metadata'] = $post_meta;
|
||||||
|
|
||||||
$post_data["post_file_dir"] = '/' . $this->data_directory . $post_data["post_path"];
|
$post_data["post_file_dir"] = '/' . $this->data_directory . $post_data["post_path"];
|
||||||
|
|
||||||
$post_data['post_metadata'] = $post_meta;
|
|
||||||
|
|
||||||
return $post_data;
|
return $post_data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue