Merge pull request #31 from richardmward/patch-1

FIX #29 - 'linkdocument' needed adding to allowed_actions
This commit is contained in:
Stephen Shkardoon 2013-09-21 03:49:45 -07:00
commit 5746922904
1 changed files with 1 additions and 0 deletions

View File

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