Changeset 20069


Ignore:
Timestamp:
Jan 11, 2013, 3:41:57 PM (11 years ago)
Author:
mistic100
Message:

Cannot re-assign auto-global variable _POST

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Piwecard/include/piwecard.class.php

    r20059 r20069  
    6565        }
    6666       
    67         function parse($data, $_POST = NULL, $image_element = NULL) {
     67        function parse($data, $post = null, $image_element = NULL) {
     68    $_POST = $post;
    6869                include (PIWECARD_PATH.'include/config_param.inc.php');
    6970
Note: See TracChangeset for help on using the changeset viewer.