ErrorException [ Notice ]: Trying to get property 'review_content' of non-object

APPPATH/classes/Controller/Index/Reviews.php [ 79 ]

74                 ->bind('pagination', $pagination)
75                 ->bind('reviews', $reviews)
76                 ->bind('sort', $sort);
77                 
78         $this->template->page_title = 'Отзывы. '.$seo->seo_meta_title;
79         $this->template->page_description = $reviews[0]->review_content;
80         $this->template->block_top_12 = array($content);
81         
82     }
83     
84     public function action_more() {
  1. APPPATH/classes/Controller/Index/Reviews.php [ 79 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Index_Reviews->action_index()

  3. {PHP internal call} » Kohana_Controller->execute()

  4. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  5. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  6. SYSPATH/classes/Kohana/Request.php [ 990 ] » Kohana_Request_Client->execute(arguments)

  7. DOCROOT/index.php [ 118 ] » Kohana_Request->execute()

Environment