Skip to content

Commit d46afe8

Browse files
author
pedro_morgan
committed
Made some vars public
1 parent 30d8000 commit d46afe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interface/lib/classes/listform_actions.inc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ class listform_actions {
4040
private $id;
4141
private $idx_key;
4242
private $DataRowColor;
43-
private $SQLExtWhere = '';
44-
private $SQLOrderBy = '';
43+
public $SQLExtWhere = '';
44+
public $SQLOrderBy = '';
4545

4646
public function onLoad()
4747
{

0 commit comments

Comments
 (0)