Commit 255e4546209cd161d8d9ca0f190bcf9126cf18fd

Authored by elena
1 parent f9c8b272

bug in cat rename

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
php/classes/AmdaAction.php
... ... @@ -678,7 +678,7 @@ class AmdaAction {
678 678 $objectMgr = new TimeTableMgr();
679 679 break;
680 680 case 'catalog' :
681   - $objectMgr = new Catalog();
  681 + $objectMgr = new CatalogMgr();
682 682 break;
683 683 case 'condition' :
684 684 case 'request' :
... ...