Error [ 0 ]: Non-static method Model_Comment::findFor() cannot be called statically

APPPATH/classes/Controller/Mod/Catalog.php [ 257 ]

252 		$tag_list = array();
253 		foreach ($tags as $tag) {
254 			$tag_list[$tag->tag] = array('title' => $tag->raw_tag, 'qty' => $tag->quantity);
255 		}
256 
257 		$comments = Model_Comment::findFor('mod', $mod->id);
258 
259 		$title = $mod->title . ' ' . $mod->fileversion;
260 		$this->head('title', $title . ' - Моды для майнкрафт');
261 		$this->head('description', $mod->description ? h(Text::limit_words($mod->description, 30, '.')) : $title);	
262 		$this->content('video_id', $video_id)
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Mod_Catalog->action_view()

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

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

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

  5. SYSPATH/classes/Kohana/Request.php [ 993 ] » Kohana_Request_Client->execute()

  6. DOCROOT/index.php [ 120 ] » Kohana_Request->execute()

Environment