Skip to content

Commit 284a750

Browse files
committed
Fix E_NOTICE by undefined variable
1 parent ac7f3bb commit 284a750

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main/inc/lib/sessionmanager.lib.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8385,6 +8385,8 @@ public static function getGridColumns(
83858385
$operators = ['cn', 'nc'];
83868386
$date_operators = ['gt', 'ge', 'lt', 'le'];
83878387

8388+
$columnModel = [];
8389+
83888390
switch ($listType) {
83898391
case 'my_space':
83908392
$columns = [

0 commit comments

Comments
 (0)