From: hickert Date: Thu, 16 Sep 2010 12:35:48 +0000 (+0000) Subject: Fixed system creation X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0d9cbd3eb88dc39219e1af40e79d28c1c92519b9;p=gosa.git Fixed system creation git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19711 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc index 663a97a0a..a84b8f6e6 100644 --- a/gosa-plugins/systems/admin/systems/class_systemManagement.inc +++ b/gosa-plugins/systems/admin/systems/class_systemManagement.inc @@ -119,7 +119,7 @@ class systemManagement extends management $this->registerAction("systemTypeChosen","systemTypeChosen"); $this->registerAction("handleActivationQueue","handleActivationQueue"); - $this->registerAction("new_Device", "newEntry"); + $this->registerAction("new_device", "newEntry"); $this->registerAction("new_goServer", "newEntry"); $this->registerAction("new_gotoWorkstation", "newEntry"); $this->registerAction("new_gotoTerminal", "newEntry");