Skip to content

Commit

Permalink
[#32459] [com_finder] Fix to taxonomy.php (Fix #2365)
Browse files Browse the repository at this point in the history
  • Loading branch information
janschoenherr authored and Michael Babker committed Nov 4, 2013
1 parent b8d547d commit 50be48d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public static function addMap($linkId, $nodeId)

if ($id)
{
$db->updateObject('#__finder_taxonomy_map', $map);
$db->updateObject('#__finder_taxonomy_map', $map, array('link_id', 'node_id'));
}
else
{
Expand Down
1 change: 1 addition & 0 deletions installation/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ $ -> Language fix or change
# [#32511] *B/C: Hathor edit contact or newsfeed broken on legacy sites. Thanks Elin Waring
# [#32514] New menu item > Articles > Single Article: search article doesn't work. Thanks Roberto Segura
# [#31992] Hathor: Content Versioning missing Version Notes
# [#32459] [com_finder] Fix to taxonomy.php. Thanks Jan Schönherr

04-Nov-2013 Jean-Marie Simonet
$ Adding updated installation language file ckb-IQ
Expand Down

0 comments on commit 50be48d

Please sign in to comment.