Commit d98fbf67 authored by Frank Bergmann's avatar Frank Bergmann

- REST:

  - Resolved issue with im_ticket permission query
parent c7ea2eba
......@@ -214,8 +214,8 @@ ad_proc -private im_rest_get_object_type {
# Loop through all objects of the specified type
set obj_ctr 0
set result ""
set user_id $rest_user_id
db_foreach objects $sql {
# Skip objects with empty object name
if {"" == $object_name} {
ns_log Error "im_rest_get_object_type: Skipping object #$object_id because object_name is empty."
......
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