ericvaandering / DocDB

Working repository for DocDB
25 stars 20 forks source link

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

Closed lauramengel closed 6 years ago

lauramengel commented 6 years ago

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

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

The other two links did not show this problem:

lauramengel commented 6 years ago

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";

ericvaandering commented 6 years ago

Yes. Sorry.

ericvaandering commented 6 years ago

Done

lauramengel commented 6 years ago

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