Commit 02fbefa4 authored by Frank Bergmann's avatar Frank Bergmann

- REST:

  Fixed type with extra chars after "
parent 6a52f417
......@@ -1430,7 +1430,7 @@ ad_proc -private im_rest_post_object_type {
# Extract the object's id from the return array and write into object_id in case a client needs the info
if {![info exists hash_array(rest_oid)]} {
# Probably after an im_rest_error
ns_log Error "im_rest_post_object_type: Didn't find hash_array(rest_oid): This should never happened".
ns_log Error "im_rest_post_object_type: Didn't find hash_array(rest_oid): This should never happened"
}
set rest_oid $hash_array(rest_oid)
set hash_array(object_id) $rest_oid
......
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