From: Michael J. Rubinsky Date: Thu, 29 Apr 2010 00:03:26 +0000 (-0400) Subject: Don't overwrite the syncml partners X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6bdc1c8156574f2460be79e1132e971dcd9b2f2e;p=horde.git Don't overwrite the syncml partners --- diff --git a/horde/lib/Prefs/Ui.php b/horde/lib/Prefs/Ui.php index fef40035f..9b344bf70 100644 --- a/horde/lib/Prefs/Ui.php +++ b/horde/lib/Prefs/Ui.php @@ -356,12 +356,12 @@ class Horde_Prefs_Ui $t = $GLOBALS['injector']->createInstance('Horde_Template'); $t->setOption('gettext', true); - $devices = array(); + $partners = array(); $selfurl = $ui->selfUrl()->add('deleteanchor', 1); foreach ($devices as $device => $anchors) { foreach ($anchors as $anchor) { - $devices[] = array( + $partners[] = array( 'anchor' => htmlspecialchars($anchor['syncml_clientanchor']), 'db' => htmlspecialchars($anchor['syncml_db']), 'delete' => $selfurl->copy()->add(array(