[freeside-commits] freeside/FS/FS/Cron check.pm,1.2.2.7,1.2.2.8
Ivan,,,
ivan at wavetail.420.am
Mon Sep 28 15:23:25 PDT 2009
Update of /home/cvs/cvsroot/freeside/FS/FS/Cron
In directory wavetail.420.am:/tmp/cvs-serv16282
Modified Files:
Tag: FREESIDE_1_7_BRANCH
check.pm
Log Message:
oops, hopefully fix sg cron check, RT#4610
Index: check.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Cron/check.pm,v
retrieving revision 1.2.2.7
retrieving revision 1.2.2.8
diff -u -d -r1.2.2.7 -r1.2.2.8
--- check.pm 24 Sep 2009 20:00:35 -0000 1.2.2.7
+++ check.pm 28 Sep 2009 22:23:23 -0000 1.2.2.8
@@ -61,7 +61,7 @@
return 1 if $res->is_success
&& $res->content =~ /OK/;
- $error_msg = $res->is_success ? $res->content : Rres->status_line;
+ $error_msg = $res->is_success ? $res->content : $res->status_line;
return 0;
}
More information about the freeside-commits
mailing list