ErrorException [ Notice ]: Undefined variable: data

APPPATH/classes/controller/catalog.php [ 245 ]

240                 $data['product_partition'] = $product_partition;
241                 break;
242             }
243         }
244 
245         if ($data['product_partition']->loaded()) {
246             $this->template->title = $data['product_partition']->title;
247             $this->template->meta_keywords = $data['product_partition']->meta_keywords;
248             $this->template->meta_description = $data['product_partition']->meta_description;
249 
250             $data = Arr::merge($data, $data['product_partition']->get_filters());
  1. APPPATH/classes/controller/catalog.php [ 245 ] » Kohana_Core::error_handler(arguments)

  2. {PHP internal call} » Controller_Catalog->action_list()

  3. SYSPATH/classes/kohana/request/client/internal.php [ 118 ] » ReflectionMethod->invoke(arguments)

  4. SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  5. SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client->execute(arguments)

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

Environment