@kohanajs/mod-cms
Advanced tools
Comparing version 9.5.0 to 9.5.1
@@ -5,2 +5,9 @@ # Changelog | ||
### [9.5.1](https://gitlab.com/kohana-js/proposals/level0/mod-cms/compare/v9.5.0...v9.5.1) (2022-08-30) | ||
### Bug Fixes | ||
* action is not defined ([5ac0aab](https://gitlab.com/kohana-js/proposals/level0/mod-cms/commit/5ac0aab4fa9aa3b5b3e281fa3d6cc19144ea3e19)) | ||
## [9.5.0](https://gitlab.com/kohana-js/proposals/level0/mod-cms/compare/v9.4.4...v9.5.0) (2022-08-26) | ||
@@ -7,0 +14,0 @@ |
@@ -92,3 +92,3 @@ const { ControllerAdmin } = require('@kohanajs/mod-admin'); | ||
const action = $_POST['action']; | ||
const action = $_POST['action'] || ""; | ||
const actions = action.split(':'); | ||
@@ -95,0 +95,0 @@ const actionType = actions[0]; |
{ | ||
"name": "@kohanajs/mod-cms", | ||
"version": "9.5.0", | ||
"version": "9.5.1", | ||
"description": "The CMS module for KohanaJS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
154614