projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08069e1
)
typo
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 31 May 2010 19:50:10 +0000
(15:50 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 2 Jun 2010 14:23:17 +0000
(10:23 -0400)
ansel/lib/Faces.php
patch
|
blob
|
history
diff --git
a/ansel/lib/Faces.php
b/ansel/lib/Faces.php
index
2616716
..
1185b2e
100644
(file)
--- a/
ansel/lib/Faces.php
+++ b/
ansel/lib/Faces.php
@@
-135,7
+135,7
@@
class Ansel_Faces
// Link for searching for similar faces.
if (Horde_Util::loadExtension('libpuzzle') !== false) {
$search_url = Horde::applicationUrl('faces/search/image_search.php');
-
$html .= $search_url->add('face_id', $face_id)-
link() . _("Find similar") . '</a>';
+
$html .= $search_url->add('face_id', $face_id)->
link() . _("Find similar") . '</a>';
}
$html .= '</div></td></tr></table>';