openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit c4593047ef18703944bf73c691eea8452fb24066
parent a7c1ce0b6d72251439fefd686e6b5db5b01ec5fb
Author: dankert <devnull@localhost>
Date:   Wed, 19 Jan 2011 00:34:01 +0100

Fix: Target-View korrigiert für Inhalte.

Diffstat:
util/ProjectTree.class.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/ProjectTree.class.php b/util/ProjectTree.class.php @@ -108,7 +108,7 @@ class ProjectTree extends AbstractTree $treeElement->type = $object->getType(); $treeElement->internalId = $object->objectid; } - $treeElement->url = Html::url($object->getType(),'',$objectid); + $treeElement->url = Html::url($object->getType(),'',$objectid,array(REQ_PARAM_TARGET=>'content')); $treeElement->icon = $object->getType(); $treeElement->description = lang('GLOBAL_'.$object->getType());