Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#11408 closed Patch - Bug Fix (fixed)

mythconverg_backup.pl uses function which has been deprecated

Reported by: mythtv@… Owned by: sphery
Priority: minor Milestone: 0.27
Component: Contributed Scripts & Apps Version: 0.26-fixes
Severity: medium Keywords:
Cc: Ticket locked: no

Description

defined(@array) is deprecated at /usr/share/mythtv/mythconverg_backup.pl line 1070. (Maybe you should just omit the defined()?)

I believe line 1070 should read

unless (@allowed_paths)

Attached is a patch.

Attachments (1)

mythconverg_backup.pl.patch (709 bytes) - added by mythtv@… 11 years ago.

Download all attachments as: .zip

Change History (4)

Changed 11 years ago by mythtv@…

Attachment: mythconverg_backup.pl.patch added

comment:1 Changed 11 years ago by Karl Egly

Component: MythTV - GeneralContributed Scripts & Apps
Owner: set to sphery
Type: Bug Report - GeneralPatch - Bug Fix

comment:2 Changed 11 years ago by Michael T. Dean <mdean@…>

Resolution: fixed
Status: newclosed

In e917ec31fe3424783deb4ced1bc8a29fd434969d/mythtv:

Remove deprecated defined() on aggregate

from mythconverg_backup.pl with patch from Jerry. Fixes #11408.

comment:3 Changed 11 years ago by sphery

Milestone: unknown0.27
Note: See TracTickets for help on using tickets.