Code

Classname is now saved in Session
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 3 Nov 2005 09:12:56 +0000 (09:12 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 3 Nov 2005 09:12:56 +0000 (09:12 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1804 594d385d-05f5-0310-b6e9-bd551577e9d8

include/class_plugin.inc

index 79c9bba0fa48e949118e9f25c28464248edb37c8..624714b6febbd10dc4cf70e3bb7af0998a3753d4 100644 (file)
@@ -175,6 +175,7 @@ class plugin
   function execute()
   {
     # This one is empty currently. Fabian - please fill in the docu code
+    $_SESSION['current_class_for_help'] = get_class($this);
   }
 
   /* remove object from parent */