summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e207358)
raw | patch | inline | side by side (parent: e207358)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 11 Mar 2010 09:03:53 +0000 (09:03 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 11 Mar 2010 09:03:53 +0000 (09:03 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16430 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/systems/admin/systems/services/class_goService.inc | patch | blob | history |
diff --git a/gosa-plugins/systems/admin/systems/services/class_goService.inc b/gosa-plugins/systems/admin/systems/services/class_goService.inc
index a7ff07b5b7967fb59ff7537f6ca8c95eea49100e..c8fed117786a6a495494a7d9777085319464bf04 100644 (file)
/* Create content */
function execute()
{
+ plugin::execute();
+
if($this->is_account && !$this->view_logged){
$this->view_logged = TRUE;
new log("view","server/".get_class($this),$this->dn);