From: Jan Schneider Date: Tue, 17 Aug 2010 08:44:11 +0000 (+0200) Subject: No more target. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b8951e768f8d61b24134f03408411abfe1e30a24;p=horde.git No more target. --- diff --git a/hermes/lib/Block/tree_stopwatch.php b/hermes/lib/Block/tree_stopwatch.php index 85a57893e..faf18cdb4 100644 --- a/hermes/lib/Block/tree_stopwatch.php +++ b/hermes/lib/Block/tree_stopwatch.php @@ -38,8 +38,7 @@ class Horde_Block_hermes_tree_stopwatch extends Horde_Block $indent + 1, false, array('icon' => 'timer-stop.png', - 'url' => Horde_Util::addParameter($entry, 'timer', $i), - 'target' => 'horde_main')); + 'url' => Horde_Util::addParameter($entry, 'timer', $i))); } } }