Koozali.org: home of the SME Server

Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: apmuthu on February 25, 2013, 09:41:43 AM

Title: SAIL v3.1.0-145 SarkSubs.pm typo
Post by: apmuthu on February 25, 2013, 09:41:43 AM
In SAIL v3.1.0-145, the file /opt/sark/perl/modules/sark/SarkSubs.pm has a typo in line 553:
Code: [Select]
                if ($ctype eq 'group') {which should be:
Code: [Select]
                if ($type eq 'group') {
It appears corrected in SAIL v3.1.1-22 and v4.0.0.
Title: Re: SAIL v3.1.0-145 SarkSubs.pm typo
Post by: SARK devs on February 26, 2013, 01:52:41 AM
yup - it was fixed in 3.1.1

Best

S