| @@ -30,13 +30,8 @@ | ||
| 30 | 30 | $this->execute(array("bvadmwithuser" => true)); |
| 31 | 31 | } |
| 32 | 32 | |
| 33 | 33 | public function execute($resp = array()) { |
| 34 | - $params = $this->request->params; | |
| 35 | - if (array_key_exists('disable_global_cache', $params)) { | |
| 36 | - $GLOBALS['_wp_using_ext_object_cache'] = false; | |
| 37 | - } | |
| 38 | - | |
| 39 | 34 | $this->routeRequest(); |
| 40 | 35 | $resp = array( |
| 41 | 36 | "request_info" => $this->request->info(), |
| 42 | 37 | "site_info" => $this->siteinfo->info(), |