X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FAjaxDispatcher.php;h=e22fe20af95b38b8cf9c1ee6294fe6f6ebb50bc6;hb=5b04704d304968ca49b6190ed0dd1d5ad819db45;hp=b00cf30941beb00c3f4d904fa65d63ca999782b6;hpb=cf69bb176b9fb39502454614e67750bba07d3d4c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/AjaxDispatcher.php b/includes/AjaxDispatcher.php index b00cf30941..e22fe20af9 100644 --- a/includes/AjaxDispatcher.php +++ b/includes/AjaxDispatcher.php @@ -63,7 +63,7 @@ class AjaxDispatcher { $this->mode = "post"; } - switch( $this->mode ) { + switch ( $this->mode ) { case 'get': $this->func_name = isset( $_GET["rs"] ) ? $_GET["rs"] : ''; if ( ! empty( $_GET["rsargs"] ) ) {