Modify

Ticket #5878 (closed patch: fixed)

Opened 4 years ago

Last modified 4 years ago

Patch - mythweb statistics top dropdown not working

Reported by: Wolfgang <mythtv@…> Owned by: xris
Priority: minor Milestone: unknown
Component: mythweb Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

$_Request[] returns always a string, so is_int() always fails. Use is_numeric() to fix it.

Attachments

mythweb_stats_top_dropdown.diff (504 bytes) - added by Wolfgang <mythtv@…> 4 years ago.

Change History

Changed 4 years ago by Wolfgang <mythtv@…>

comment:1 Changed 4 years ago by kormoc

  • Status changed from new to closed
  • Resolution set to fixed

(In [19015]) Fixes #5878, use is_numeric rather then is_int

View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'new'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.