PluginProbe
CSS & JavaScript Toolbox / 8.0
CSS & JavaScript Toolbox v8.0
trunk 0.3 0.8 10 10.1 11 11.2 11.3 11.4 11.5 11.6 11.7 11.8 11.9 11.9.1 12 12.0 12.0.1 12.0.3 12.0.4 12.0.5 12.0.6 12.0.7 6.0 6.0.11 All 60 releases
← All changes | controllers/setup.php +4 -1 7.28.0 View file →
@@ -47,9 +47,12 @@
47 47 * put your comment there...
48 48 *
49 49 */
50 50 protected function getStateAction() {
51 - $this->response = $this->model->getStateStruct($_REQUEST['component']);
51 + # Get component product types
52 + $licenseTypes = $this->model->getExtensionProductTypes($_REQUEST['component']);
53 + # Return license state back
54 + $this->response = $this->model->getStateStruct($licenseTypes);
52 55 }
53 56
54 57 /**
55 58 * put your comment there...