Skip to content

Commit

Permalink
Apply patch from http://pastebin.ca/187132 (sphery) to fix the issue …
Browse files Browse the repository at this point in the history
…apparently reported in #2484 (proper description of the problem really helps when trying to identify problems).

git-svn-id: http://svn.mythtv.org/svn/trunk@11359 7dbf422c-18fa-0310-86e9-fd20926502f2
  • Loading branch information
ex-nerd committed Sep 30, 2006
1 parent dce8c51 commit 69835dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/recording_schedules.php
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ function save($new_type) {
_or($this->description, '' ),
_or($this->profile, 'Default' ),
_or($this->recpriority, 0 ),
_or($this->category, 0, true),
_or($this->category, 0, ),
_or($this->maxnewest, 0, true),
_or($this->inactive, 0, true),
_or($this->maxepisodes, 0, true),
Expand Down

0 comments on commit 69835dd

Please sign in to comment.