FIX #25 - documentautocomplete need allowed_action

This commit is contained in:
Stephen Shkardoon 2013-09-20 10:17:30 +12:00
parent 8d4b24b68d
commit 049a1c8d84
1 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,8 @@ class DMSDocumentAddController extends LeftAndMain {
static $allowed_extensions = array();
private static $allowed_actions = array (
"getEditForm",
'getEditForm',
'documentautocomplete',
);
/**
@ -227,4 +228,4 @@ class DMSDocumentAddController extends LeftAndMain {
}
?>
?>