Skip to content

Commit 1063ee0

Browse files
committed
fix missing data initialization for call index
1 parent 75b52a4 commit 1063ee0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cweb/elcurrencyweb/controllers/Index.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ class Index extends CP_Controller {
1818
function __construct()
1919
{
2020
parent::__construct();
21+
22+
$data = array();
2123
$this->data = $data;
2224
}
2325

0 commit comments

Comments
 (0)