Merge pull request #1265 from julceslauhub/master

More validations for warnings and notices
This commit is contained in:
julceslauhub
2013-01-31 07:43:56 -08:00
2 changed files with 5 additions and 0 deletions

View File

@@ -26,6 +26,10 @@ class HttpProxyController
private $sendResponse = true;
public function __construct() {
$this->__request__ = new stdclass();
}
/**
* Magic setter method
*

View File

@@ -62,6 +62,7 @@ if (isset( $_POST['category'] ) && $_POST['category'] !== '<reset>') {
}
}
}
$r = new stdclass();
$r->memkey = $memkey;
$r->memcache = $memcacheUsed;
$r->data = $proData;