From 255e4546209cd161d8d9ca0f190bcf9126cf18fd Mon Sep 17 00:00:00 2001 From: elena <ebudnik@irap.omp.eu> Date: Fri, 25 Sep 2015 17:10:33 +0200 Subject: [PATCH] bug in cat rename --- php/classes/AmdaAction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/classes/AmdaAction.php b/php/classes/AmdaAction.php index 11b8c04..4a4d43a 100644 --- a/php/classes/AmdaAction.php +++ b/php/classes/AmdaAction.php @@ -678,7 +678,7 @@ class AmdaAction { $objectMgr = new TimeTableMgr(); break; case 'catalog' : - $objectMgr = new Catalog(); + $objectMgr = new CatalogMgr(); break; case 'condition' : case 'request' : -- libgit2 0.21.2