BUG 000 PM tables issue, compatibility old ver. of PHP 5.2.x oldest

This commit is contained in:
Erik Amaru Ortiz
2011-08-03 11:21:48 -04:00
parent 4f6f2b9c95
commit 865796f344

View File

@@ -791,7 +791,7 @@ class pmTablesProxy extends HttpProxyController
{ {
require_once 'classes/model/AdditionalTables.php'; require_once 'classes/model/AdditionalTables.php';
$tablesToExport = json_decode($httpData->rows); $tablesToExport = json_decode(stripslashes($httpData->rows));
try{ try{
G::LoadCLass('net'); G::LoadCLass('net');