openrat-cms

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

commit 4c15783bb3cb7126da95b1d94017b4629c23cf56
parent 3f290ef0c26762b1a6d66d7747843ec23e15d45e
Author: Jan Dankert <develop@jandankert.de>
Date:   Thu,  7 Nov 2019 00:58:20 +0100

methode Action#callSubAction should not be used any more.

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

diff --git a/modules/cms-core/action/Action.class.php b/modules/cms-core/action/Action.class.php @@ -267,6 +267,7 @@ namespace cms\action { * Ruft eine weitere Subaction auf. * * @param String $subActionName Name der n�chsten Subaction. Es muss eine Methode mit diesem Namen geben. + * @deprecated */ protected function callSubAction($subActionName) {