[mythtv-commits] Ticket #11566: http://www.themoviedb.org wrong query

MythTV noreply at mythtv.org
Wed May 29 14:23:25 UTC 2013


#11566: http://www.themoviedb.org wrong query
--------------------------------------+------------------------
     Reporter:  mgf@…                 |      Owner:  kormoc
         Type:  Bug Report - General  |     Status:  new
     Priority:  minor                 |  Milestone:  0.26.1
    Component:  Plugin - MythWeb      |    Version:  0.26-fixes
     Severity:  low                   |   Keywords:
Ticket locked:  0                     |
--------------------------------------+------------------------
 In mythweb/modules/tv/tmpl/default/detail.php, line 491, change

 {{{
 <a href="http://www.themoviedb.org/search?=<?php echo
 urlencode($schedule->title) ?>"><?php echo t('Search $1', 'themoviedb')
 ?></a>
 }}}
 with
 {{{
 <a href="http://www.themoviedb.org/search?query=<?php echo
 urlencode($schedule->title) ?>"><?php echo t('Search $1', 'themoviedb')
 ?></a>
 }}}

 and the same in mythweb/modules/tv/tmpl/lite/detail.php, line 68

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/11566>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list