[freeside-commits] branch master updated. 752e12c741bcb43a1b3eec64c213452adc56b843

Mark Wells mark at 420.am
Mon Sep 12 10:28:52 PDT 2016


The branch, master has been updated
       via  752e12c741bcb43a1b3eec64c213452adc56b843 (commit)
      from  9afd27d3be13c7d104afea81c52809d60972d23d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 752e12c741bcb43a1b3eec64c213452adc56b843
Author: Mark Wells <mark at freeside.biz>
Date:   Mon Sep 12 10:27:53 2016 -0700

    unbreak RADIUS usage report, #72425, from #42310

diff --git a/httemplate/search/sqlradius_usage.html b/httemplate/search/sqlradius_usage.html
index 08f9b6b..11ec307 100644
--- a/httemplate/search/sqlradius_usage.html
+++ b/httemplate/search/sqlradius_usage.html
@@ -162,7 +162,7 @@ if ( exists($opt{usage_by_username}) ) {
     }
   } else {
     # one query, get everyone's data
-    my $usage = $export->usage_sessions(\%usage_param);
+    $usage = $export->usage_sessions(\%usage_param);
   }
 
   # rearrange to be indexed by username.

-----------------------------------------------------------------------

Summary of changes:
 httemplate/search/sqlradius_usage.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list