ErrorException [ Warning ]: asort() expects parameter 1 to be array, null given

APPPATH/classes/Results.php [ 1151 ]

1146         } else { // dla zawodów z polaczonym netto brutto dla net_gross_results
1147             $ing=$this->net_gross_results; // pierwszych $ing uczestników wg brutto
1148             for ($i = $this->most_laps; $i > 0 && $ing>0; $i --) {
1149                 //Ustalenie zwycięzców mających tyle samo okrążeń
1150                 if ($this->race->dir == "asc") {
1151                     asort($this->summary_time_in_laps[$i]);
1152                 } else {
1153                     arsort($this->summary_time_in_laps[$i]);
1154                 }
1155                 foreach ($this->summary_time_in_laps [$i] as $pp_id => $time) {
1156                     if (isset($this->participants_list [$pp_id])) {
  1. {PHP internal call} » Kohana_Core::error_handler(arguments)

  2. APPPATH/classes/Results.php [ 1151 ] » asort(arguments)

  3. APPPATH/classes/Results.php [ 339 ] » Results->set_winners()

  4. APPPATH/classes/Controller/Export.php [ 309 ] » Results->render_results()

  5. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Export->action_results_online()

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

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

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

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

  10. DOCROOT/index.php [ 131 ] » Kohana_Request->execute()

Environment