diff options
Diffstat (limited to 'include/common.inc.php')
-rw-r--r-- | include/common.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.inc.php b/include/common.inc.php index 27949fd17..2b7757819 100644 --- a/include/common.inc.php +++ b/include/common.inc.php @@ -61,7 +61,7 @@ if( !get_magic_quotes_gpc() ) } @reset($_GET); } - + if( is_array($_POST) ) { while( list($k, $v) = each($_POST) ) |