Changeset 2802 for trunk/index.php


Ignore:
Timestamp:
05/18/10 09:41:04 (14 years ago)
Author:
rodsouza
Message:

Ticket #1058 - Permitindo o envio de formulário por requisição background

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r2748 r2802  
    9292        if ( is_object( $GLOBALS[ $class ] ) && ( ( ! property_exists( $class, 'public_functions' ) ) || (is_array($GLOBALS[$class]->public_functions) && $GLOBALS[$class]->public_functions[$method]) && ! $invalid_data ) ) 
    9393        { 
    94                 echo execmethod( $_GET[ 'menuaction' ], $_GET ); 
     94                echo execmethod( $_GET[ 'menuaction' ], $_REQUEST ); 
    9595                unset($app); 
    9696                unset($class); 
Note: See TracChangeset for help on using the changeset viewer.