1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 11:36:08 +02:00

Admin-ui: Additional checks for valid parent value when editing parent/child record. eg. download_category etc.

This commit is contained in:
Cameron
2017-03-30 08:57:01 -07:00
parent f7639dd282
commit 7ab368076f
4 changed files with 88 additions and 17 deletions

View File

@@ -524,3 +524,5 @@ define("LAN_ENGINE", "Engine");
define("LAN_SOURCE", "Source");
define("LAN_ERROR_CONNECTION","Unable to connect for updates. Please check firewall and/or internet connection.");
define("LAN_UI_X_CANT_EQUAL_Y", "[x] cannot be the same as [y]");