summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 895f83b)
raw | patch | inline | side by side (parent: 895f83b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 Nov 2008 09:55:31 +0000 (09:55 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 Nov 2008 09:55:31 +0000 (09:55 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13002 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/applications/class_divListApplication.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/applications/class_divListApplication.inc b/gosa-plugins/goto/admin/applications/class_divListApplication.inc
index bc4ae488f8e63277449091070a0c17ab870b7817..a880866a78197a511f482f7c68b4ee2bd870bfa6 100644 (file)
/* Add Copy & Paste header */
if($this->parent->IsReleaseManagementActivated()){
- $s .= $this->parent->get_copypaste_header($this->acl_base,$this->module);
- $s .= $this->parent->get_snapshot_header($this->acl_base,$this->module);
+ $s .= $this->parent->get_copypaste_header($this->parent->acl_base,$this->module);
+ $s .= $this->parent->get_snapshot_header($this->parent->acl_base,$this->module);
}else{
$s .= $this->parent->get_copypaste_header($this->selectedBase,$this->module);
$s .= $this->parent->get_snapshot_header($this->selectedBase,$this->module);