Details
-
Task
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
2.3
-
None
Description
The veiwdocs interface is not accessible in version 2.3. The problem is that access to this interface was previously controlled through the checkAccess() function in utils.php. When that was removed, there should have been a corresponding item added to $actions["entry"] in states.php.
Additionally, most of the functions defined in vcldocs.php require the global $doceditors variable to be declared.