More validations for warnings and notices

This commit is contained in:
Julio Cesar Laura
2013-01-31 11:44:52 -04:00
parent 1ab7bf7498
commit f1adb32e5d
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;