Code

Applied modifications for fixed PHP versions
[gosa.git] / include / class_plugin.inc
index 00751345df2b5bded55ff1813d3d026893ca14f1..624714b6febbd10dc4cf70e3bb7af0998a3753d4 100644 (file)
@@ -174,15 +174,8 @@ class plugin
    */
   function execute()
   {
-    /* Do we represent a valid account? */
-    if (!$this->is_account){
-      echo "<img alt=\"\" src=\"images/stop.png\" align=middle>&nbsp;<b>".
-        _("This 'dn' has no account extensions.")."</b>";
-      return;
-    }
-
-    /* Show dummy message */
-    echo _("This is an empty plugin.");
+    # This one is empty currently. Fabian - please fill in the docu code
+    $_SESSION['current_class_for_help'] = get_class($this);
   }
 
   /* remove object from parent */