From: <da...@ha...> - 2014-07-23 10:16:25
|
On 2014-07-23 00:22, Alex wrote: > I may have made a mistake. Would you confirm for me that this change > is made in the setconfig() function? The version I have has a few > patches from fedora, and this may have affected my patch. All i did was add this line in the setconfig() function: return undef if $param ne 'version'; # Only die for 'version' It was added on the line, right above the line starting with "$self->mydie". |