This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, 6.1 has been updated
       via  aa3d8291d08626c9d3c770345a7fd47fc10c7496 (commit)
      from  fb3bb67ee109a317072aba5dedb1cb6edc55e5b4 (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=aa3d8291d08626c9d3c770345a7fd47fc10c7496

commit aa3d8291d08626c9d3c770345a7fd47fc10c7496
Author: Franck Villaume <franck.villa...@trivialdev.com>
Date:   Wed May 2 19:16:21 2018 +0200

    Fix cronman filter when cronjob is fired by systasksd.

diff --git a/src/www/admin/cronman.php b/src/www/admin/cronman.php
index 821fe19..0d525a4 100644
--- a/src/www/admin/cronman.php
+++ b/src/www/admin/cronman.php
@@ -32,7 +32,7 @@ global $HTML;
 
 site_admin_header(array('title'=>_('Cron Manager')));
 
-$which = getIntFromRequest('which', 100);
+$which = getStringFromRequest('which', 100);
 
 echo $HTML->openForm(array('action' => '/admin/cronman.php', 'method' => 
'get'));
 echo html_build_select_box_from_arrays(array_keys($cron_arr), 
array_values($cron_arr), 'which', $which, true, _('Any'));

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

Summary of changes:
 src/www/admin/cronman.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
Fusionforge-commits@lists.fusionforge.org
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to