Code

Fixed typo
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 31 Mar 2008 14:39:07 +0000 (14:39 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 31 Mar 2008 14:39:07 +0000 (14:39 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10094 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/personal/environment/class_hotplugDialog.inc

index 6ff644914c59ade2c27ddd6fa8392aef14552095..4f8b820e3481f6aa5c3d5b69ab3df4edfe671261 100644 (file)
@@ -60,7 +60,7 @@ class hotplugDialog extends plugin
     /* Call common method to give check the hook */
     $message= plugin::check();
 
-    if(empty($_POST['hostplugName'])){
+    if(empty($_POST['hotplugName'])){
       $message[] = _("Please select a hotplug device!");
     }
     return $message;