Merge pull request #28 from ss23/master

FIX #25 - documentautocomplete need allowed_action
This commit is contained in:
Stephen Shkardoon 2013-09-19 15:18:41 -07:00
commit 0765b90da8

View File

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