Commit 8b473b34 authored by Frank Bergmann's avatar Frank Bergmann

- REST Interface:

  Looging an Error now if the object doesn't have a name
parent 36adec18
......@@ -900,8 +900,8 @@ ad_proc -private im_rest_get_object_type {
# Skip objects with empty object name
if {"" == $object_name} {
ns_log Notice "im_rest_get_object_type: Skipping object #$object_id because object_name is empty."
continue
ns_log Error "im_rest_get_object_type: Skipping object #$object_id because object_name is empty."
continue
}
# -------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment