ericvaandering/DocDB

typo in Security.pm line 234 (not able to update docs, update metadat, add files)

Closed this issue · 4 comments

When I am viewing a document, if I click on any of these 3 links:

  • Update Document
  • Update Metadata
  • Add files

I get this error:
Not an ARRAY reference at Security.pm line 234.

The other two links did not show this problem:

  • Create similar
  • Watch document

Looks like the period just needs to be changed to a comma in Security.pm line 234:

push @DebugStack. "Checking on ability to preserve docs for mode $Mode";

Yes. Sorry.

This is fixed. I am able to click on update doc, update meta-data and add files again.