This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new a76305f  actually read the script to be evaluated
a76305f is described below

commit a76305f572821f672839bf5882957ed36c00db4f
Author: Sam Ruby <[email protected]>
AuthorDate: Tue Mar 22 17:12:32 2022 -0400

    actually read the script to be evaluated
---
 www/members/inactive.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/members/inactive.cgi b/www/members/inactive.cgi
index 6c48942..512842f 100755
--- a/www/members/inactive.cgi
+++ b/www/members/inactive.cgi
@@ -43,7 +43,7 @@ _html do
       # issue request
       @action = 'request_emeritus'
       @userid = $USER
-      eval File.expand_path('../roster/views/actions/memstat.json.rb', __dir__)
+      eval IO.read(File.expand_path('../roster/views/actions/memstat.json.rb', 
__dir__))
 
       # Provide visual feedback
       _div.alert do

Reply via email to