FIX #29 - 'linkdocument' needed adding to allowed_actions

This commit is contained in:
richardmward 2013-09-21 11:42:21 +01:00
parent 0765b90da8
commit b74b4f2de1

View File

@ -12,6 +12,7 @@ class DMSDocumentAddController extends LeftAndMain {
private static $allowed_actions = array (
'getEditForm',
'documentautocomplete',
'linkdocument'
);
/**