projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7756b6b
)
fix parse error
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 20 Oct 2010 15:25:36 +0000
(11:25 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 20 Oct 2010 15:26:13 +0000
(11:26 -0400)
turba/merge.php
patch
|
blob
|
history
diff --git
a/turba/merge.php
b/turba/merge.php
index
378b417
..
a2be0b7
100644
(file)
--- a/
turba/merge.php
+++ b/
turba/merge.php
@@
-19,7
+19,8
@@
$mergeInto = Horde_Util::getFormData('merge_into');
$driver = $injector->getInstance('Turba_Driver')->getDriver($source);
if ($url = Horde_Util::getFormData('url')) {
- $url = new Horde_Url($url, true)->unique();
+ $url = new Horde_Url($url, true);
+ $url = $url->unique();
}
try {