From b88607469361ee6d24e94c7dab01347fcb1e5d5c Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 6 May 2017 15:21:37 +0200 Subject: [PATCH] fixed return value --- lam/lib/html.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lam/lib/html.inc b/lam/lib/html.inc index 54da9c12..b84728f7 100644 --- a/lam/lib/html.inc +++ b/lam/lib/html.inc @@ -3,7 +3,7 @@ $Id$ This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) - Copyright (C) 2010 - 2016 Roland Gruber + Copyright (C) 2010 - 2017 Roland Gruber This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -2896,7 +2896,7 @@ class htmlContentLink extends htmlLink { parseHtml($module, $this->content, $values, $restricted, $tabindex, $scope); $this->contentText = ob_get_contents(); ob_end_clean(); - parent::generateHTML($module, $input, $values, $restricted, $tabindex, $scope); + return parent::generateHTML($module, $input, $values, $restricted, $tabindex, $scope); } /**