Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit 2dbed3a1 authored by bd5872's avatar bd5872 Committed by GitHub
Browse files

php8 compatibility fixes for folder details view

Fixes for #3905, same as changes in commit acb4e9d0 to fix #3555
parent 663fd4f3
No related branches found
No related tags found
No related merge requests found
...@@ -80,6 +80,7 @@ if($folder['sectionId']!=$_GET['section']) { ...@@ -80,6 +80,7 @@ if($folder['sectionId']!=$_GET['section']) {
print " <div class='btn-toolbar'>"; print " <div class='btn-toolbar'>";
$sp = [];
/* set values for permissions */ /* set values for permissions */
if($folder_permission == 1) { if($folder_permission == 1) {
$sp['editsubnet']= false; //edit subnet $sp['editsubnet']= false; //edit subnet
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment