ErrorException [ Notice ]: Undefined index: nbHits

APPPATH/classes/Controller/Product/V2.php [ 158 ]

153 	/**
154 	 *  Modulos
155 	*/
156 	public function modules( $array, $rules )
157 	{
158 		if ( $array['nbHits'] < 1 )
159 		{
160 			return false;	
161 		}
162 		
163 		//Pega os Ids dos produtos em lote
  1. APPPATH/classes/Controller/Product/V2.php [ 158 ] » Kohana_Core::error_handler(arguments)

  2. APPPATH/classes/Controller/Product/V2.php [ 127 ] » Controller_Product_V2->modules(arguments)

  3. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Product_V2->action_data()

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

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