[mythtv-commits] Ticket #8616: Mythweb: Upcoming recordings doesn't doesn't show record date value when sorting by something other than record date

MythTV mythtv at cvs.mythtv.org
Wed Jun 30 13:40:29 UTC 2010


#8616: Mythweb: Upcoming recordings doesn't doesn't show record date value when
sorting by something other than record date
-----------------------------------------------+----------------------------
 Reporter:  Doug Haber <doug@…>                |       Owner:  kormoc    
     Type:  defect                             |      Status:  new       
 Priority:  minor                              |   Milestone:  unknown   
Component:  Plugin - MythWeb                   |     Version:  Trunk Head
 Severity:  medium                             |     Mlocked:  0         
-----------------------------------------------+----------------------------

Comment(by Doug Haber <doug@…>):

 I was able to fix it by adding the below to the bottom of
 includes/translate.php:
 [[BR]]
 [[BR]]
 {{{
     // hook to load the translation
     Translate::find();

 }}}

 [[BR]]
 [[BR]]
 This works, because includes/init.php includes translate.php before
 config.php.  So, by forcing the translate look up (and cache) before
 config.php is included we make sure that the date strings don't get
 unset.[[BR]]
 [[BR]]
 Thanks! [[BR]]
 Doug

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/8616#comment:2>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list