diff --git a/lam/lib/modules.inc b/lam/lib/modules.inc
index f1713955..41aa847b 100644
--- a/lam/lib/modules.inc
+++ b/lam/lib/modules.inc
@@ -535,9 +535,10 @@ function doUploadPostActions($scope, $data, $ids, $failed) {
* @param boolean $restricted If true then no buttons will be displayed
* @param integer $tabindex Start value of tabulator index for input fields
* @param integer $tabindexLink Start value of tabulator index for links
+* @param string $scope Account type
* @return array List of input field names and their type (name => type)
*/
-function parseHtml($module, $input, $values, $restricted, &$tabindex, &$tabindexLink) {
+function parseHtml($module, $input, $values, $restricted, &$tabindex, &$tabindexLink, $scope) {
$ret = array();
if (is_array($input)) {
echo "