Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#11566 closed Patch - Bug Fix (fixed)

http://www.themoviedb.org wrong query

Reported by: mgf@… Owned by: Karl Egly
Priority: minor Milestone: 0.25.4
Component: Plugin - MythWeb Version: 0.26-fixes
Severity: low Keywords:
Cc: Ticket locked: no

Description

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

Change History (6)

comment:1 Changed 11 years ago by Karl Dietz <dekarl@…>

Resolution: fixed
Status: newclosed

In 373cbde7552d65b10f33f27072a82136d5f9f812/mythweb:

fix search at TheMovieDB on detail page

Patch by OP, thank you

Fixes #11566

comment:2 Changed 11 years ago by Karl Dietz <dekarl@…>

In e39afca283ecf06c5a0493854c500eba4c3a7da0/mythweb:

fix search at TheMovieDB on detail page

Patch by OP, thank you

Fixes #11566

(cherry picked from commit 373cbde7552d65b10f33f27072a82136d5f9f812)

comment:3 Changed 11 years ago by Karl Egly

Owner: changed from Rob Smith to Karl Egly
Type: Bug Report - GeneralPatch - Bug Fix

comment:4 Changed 11 years ago by Craig Treleaven <ctreleaven@…>

Could this be applied to 0.25 as well, please?

comment:5 Changed 11 years ago by Karl Dietz <dekarl@…>

In 48778a639409bc591ee4a6ab4bec543da94e66c1/mythweb:

fix search at TheMovieDB on detail page

Patch by OP, thank you

Fixes #11566

(cherry picked from commit 373cbde7552d65b10f33f27072a82136d5f9f812)

comment:6 Changed 11 years ago by Karl Egly

Milestone: 0.26.10.25.4
Note: See TracTickets for help on using tickets.