Error [ 0 ]: Call to undefined method Request::redirect()

APPPATH/classes/Controller/Msite.php [ 131 ]

126 				$article = DB::select()
127 								->from('article')
128 								->where('article_id','=',$article_id)->execute();
129 */
130 			} else {
131 				$this->request->redirect('msite');
132 			}
133 
134 			if ($article->count() == 1)	{
135 			} else {
136 				$this->request->redirect('msite');
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Msite->action_view()

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

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

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

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

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

Environment