openrat-cms

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

commit b6c2bd150784805b75341bb23455e4d31101ec7c
parent f3524564024b1d86d07ee1e678725b921743f1d8
Author: Jan Dankert <develop@jandankert.de>
Date:   Thu, 16 May 2019 23:36:21 +0200

Fix: Static functions sollten static deklariert sein.

Diffstat:
modules/cms-core/model/Acl.class.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/cms-core/model/Acl.class.php b/modules/cms-core/model/Acl.class.php @@ -303,7 +303,7 @@ class Acl * * @return 0..n-Array */ - function getAvailableRights() + public static function getAvailableRights() { return array( 'read', 'write',