In domain_path_node_validate wrong domain_id is converted to domain_id -1, if array contains a string key can be returned an invalid warning

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

marco.pagliarulo’s picture

Pinolo’s picture

+++ b/domain_path.module
@@ -349,7 +349,12 @@ function domain_path_node_validate($node, $form, &$form_state) {
+    //skip control for invalid domain

Please follow coding standards for comments.