Commit fc76cba22daafad1321e6e36ca120f0fbb30e254

Authored by Elena.Budnik
1 parent 7ac2915f

rm duplicated init()

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
php/WebServices/WebServer.php
... ... @@ -400,7 +400,7 @@ class WebServer
400 400 public function getCatalogsList($data)
401 401 {
402 402 $this->init($data);
403   - $this->init($data);
  403 +
404 404 return array('success' => true, 'CatalogsList' => $this->getTimeTablesCatalogsList('catalogs'));
405 405 }
406 406  
... ...