[Pkg-owncloud-commits] [owncloud] 46/95: Fix #14310

David Prévot taffit at moszumanska.debian.org
Wed Mar 11 15:49:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v8.0.1
in repository owncloud.

commit 08e1ae11d591b2ddea742fe9703a62156fa988c1
Author: Raimund Schlüßler <raimund.schluessler at googlemail.com>
Date:   Tue Feb 17 21:48:10 2015 +0100

    Fix #14310
---
 core/search/js/search.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/search/js/search.js b/core/search/js/search.js
index c6542ff..21e77ec 100644
--- a/core/search/js/search.js
+++ b/core/search/js/search.js
@@ -337,7 +337,7 @@
 				var $row = $(this);
 				var item = $row.data('result');
 				if(self.hasHandler(item.type)){
-					var result = self.getHandler(item.type)($row, result, event);
+					var result = self.getHandler(item.type)($row, item, event);
 					$searchBox.val('');
 					if(self.hasFilter(getCurrentApp())) {
 						self.getFilter(getCurrentApp())('');

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list