openrat-cms

# OpenRat Content Management System
git clone http://git.code.weiherhei.de/openrat-cms.git
Log | Files | Refs

commit 4487e256af84253a4c670b7c6548eee1ba083701
parent 1bb5fab3d5910f9543b67e0f07afef5493d30a3e
Author: Jan Dankert <develop@jandankert.de>
Date:   Wed,  4 Sep 2019 00:12:16 +0200

Cleanup...

Diffstat:
modules/cms-core/action/RequestParams.class.php | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/modules/cms-core/action/RequestParams.class.php b/modules/cms-core/action/RequestParams.class.php @@ -125,15 +125,11 @@ namespace cms\action { default: throw new \LogicException('Unknown request filter', 'not found: ' . $transcode); - return '?'; } $value = $REQ[$varName]; $newValue = Text::clean($value, $white); -// if (strlen($newValue) != strlen($value)) -// $this->addNotice('', '', 'UNEXPECTED_CHARS', OR_NOTICE_WARN); - return $newValue; }