Skip to content

Commit aecd726

Browse files
committed
Fix missing variables
1 parent 6dc53f3 commit aecd726

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

acp/ideas_module.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212

1313
class ideas_module
1414
{
15+
/** @var string */
16+
public $page_title;
17+
18+
/** @var string */
19+
public $tpl_name;
20+
1521
/** @var string */
1622
public $u_action;
1723

0 commit comments

Comments
 (0)