diff --git a/platform/hosting_platform.module b/platform/hosting_platform.module index c89d38f..78ba7ae 100644 --- a/platform/hosting_platform.module +++ b/platform/hosting_platform.module @@ -295,6 +295,7 @@ function _hosting_platform_is_locked($node) { * Implements hook_form(). */ function hosting_platform_form(&$node) { + dsm($node); $type = node_type_get_type($node); $form['title'] = array( '#type' => 'textfield',