summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f18a7eb)
raw | patch | inline | side by side (parent: f18a7eb)
| author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
| Fri, 15 Jun 2007 09:28:48 +0000 (09:28 +0000) | ||
| committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
| Fri, 15 Jun 2007 09:28:48 +0000 (09:28 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6603 594d385d-05f5-0310-b6e9-bd551577e9d8
| plugins/admin/applications/class_applicationGeneric.inc | patch | blob | history |
diff --git a/plugins/admin/applications/class_applicationGeneric.inc b/plugins/admin/applications/class_applicationGeneric.inc
index 1169b1786527a88fa2cd70c60d322e414b76a1a8..b895dfd4180039c642a0691fa6bfeb0f4cb6f190 100644 (file)
}
+ function PrepareForCopyPaste($source)
+ {
+ plugin::PrepareForCopyPaste($source);
+ $source_o = new application($this->config,$source['dn']);
+ $this->gosaApplicationIcon = $source_o->gosaApplicationIcon;
+ }
+
+
/* Return plugin informations for acl handling
#FIXME FAIscript seams to ununsed within this class... */
function plInfo()