Code

Fixed self edit mode
[gosa.git] / plugins / personal / posix / class_posixAccount.inc
index 30f32f375ec2dc05cb4447920e18c2d15a60e980..a67d03b95f1afda74da42c4534294c8c1963d733 100644 (file)
@@ -226,6 +226,8 @@ class posixAccount extends plugin
   /* execute generates the html output for this node */
   function execute($isCopyPaste = false)
   {
+    echo "Fix get_list for group add";
+
     /* Call parent execute */
     plugin::execute();
     $display= "";