array ('category'): объект класса stdClass не может быть преобразован в строку

Я не знаю, почему, но я получаю эту ошибку

Объект класса stdClass не может быть преобразован в строку

public function get($id = NULL) { $terms = array('id' => $id); $blog = $this->ci->blog_model->get_by($terms); $fix->id = $blog->id; $fix->title = $blog->title; $fix->content = $blog->content; $fix->category = $this->get_category($blog->category_id); // Not work $fix->cat_or_something = $this->get_category($blog->category_id); // Work $fix->user = $this->ci->user_lib->get($blog->user_id); $fix->create = custom_date($blog->create); $fix->update = custom_date($blog->update); return $fix; } 

Если я изменяю $ fix-> категорию с $ fix-> cat_or_something , она работает.

Может ли кто-нибудь сказать мне, как я могу это исправить? благодаря

EDIT: Здесь мой снимок экрана http://d.pr/i/4Hn7