diff --git a/lam/lib/modules.inc b/lam/lib/modules.inc index 9872f98d..24a85bdd 100644 --- a/lam/lib/modules.inc +++ b/lam/lib/modules.inc @@ -365,7 +365,6 @@ function getAvailablePDFFields($scope) { // create new account container if needed if (! isset($_SESSION["profile_account_$scope"])) { $_SESSION["profile_account_$scope"] = new accountContainer($scope, "profile_account_$scope"); - $_SESSION["profile_account_$scope"]->new_account(); } // get options return $_SESSION["profile_account_$scope"]->getAvailablePDFFields();