diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:54:15 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:54:15 +0100 |
| commit | 7e4af642c93da5af9889211cff169c901e35d6b8 (patch) | |
| tree | 9fd6433fcf8e763c97fd8499b2f13e88312bf3ce /content_role_permissions.php | |
| parent | b463af3dd0d69bf659bd0820bd07bebd6358f74c (diff) | |
| download | liberty-7e4af642c93da5af9889211cff169c901e35d6b8.tar.gz liberty-7e4af642c93da5af9889211cff169c901e35d6b8.tar.bz2 liberty-7e4af642c93da5af9889211cff169c901e35d6b8.zip | |
php-cs-fixer tidies to php8.5 standards
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'content_role_permissions.php')
| -rwxr-xr-x | content_role_permissions.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content_role_permissions.php b/content_role_permissions.php index 8ea94d7..08fc133 100755 --- a/content_role_permissions.php +++ b/content_role_permissions.php @@ -9,6 +9,7 @@ * bit setup */ namespace Smarty; + use Bitweaver\BitBase; use Bitweaver\HttpStatusCodes; @@ -108,4 +109,4 @@ if( $gBitThemes->isAjaxRequest() ) { die; } -$gBitSystem->display( 'bitpackage:liberty/content_role_permissions.tpl', tra( 'Content Permissions' ), array( 'display_mode' => 'display' ));
\ No newline at end of file +$gBitSystem->display( 'bitpackage:liberty/content_role_permissions.tpl', tra( 'Content Permissions' ), [ 'display_mode' => 'display' ]);
\ No newline at end of file |
