]> git.openstreetmap.org Git - osqa.git/commitdiff
fix in sphinx fts module
authorhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Wed, 21 Apr 2010 11:18:08 +0000 (11:18 +0000)
committerhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Wed, 21 Apr 2010 11:18:08 +0000 (11:18 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@60 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum_modules/sphinxfulltext/handlers.py

index 226acf7224e7adf5c9aef1529faaee82a33dec4e..f00c64fe956fe698e5519b4b72b3a3dc7f83e349 100644 (file)
@@ -1,4 +1,4 @@
 from forum.models import Question
 
-def question_search(keywords, orderby):
+def question_search(keywords):
     return Question.search.query(keywords)
\ No newline at end of file