summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0204f01)
raw | patch | inline | side by side (parent: 0204f01)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 30 Jul 2010 07:27:44 +0000 (07:27 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 30 Jul 2010 07:27:44 +0000 (07:27 +0000) |
-Messages used the unfixed object dn, added LDAP::fix()
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19292 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19292 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_CopyPasteHandler.inc | patch | blob | history |
diff --git a/gosa-core/include/class_CopyPasteHandler.inc b/gosa-core/include/class_CopyPasteHandler.inc
index 25d4fa898b21b31903afac0bd001bad91b0ffaba..62f3e3702e01ee030248ed034f9f0735e35a1ff7 100644 (file)
$smarty->assign("AttributesToFix",$this->generateAttributesToFix());
$smarty->assign("SubDialog",$this->current['object']->SubDialog);
$smarty->assign("objectDN",$this->current['source_data']['dn']);
- $smarty->assign("message", sprintf(_("This object will be pasted: %s"), "<br><br>".bold($this->current['source_data']['dn'])));
+ $smarty->assign("message", sprintf(_("This object will be pasted: %s"), "<br><br>".
+ bold(@LDAP::fix($this->current['source_data']['dn']))));
return($smarty->fetch(get_template_path("copyPasteDialog.tpl",FALSE)));
}
}