Fix the warning that these variables aren't defined.
This commit is contained in:
parent
5f0b7e989e
commit
073813d0ea
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ class SCoreWebReporter extends HtmlReporter {
|
|||
var $current_html = "";
|
||||
var $clear_modules = array();
|
||||
var $page;
|
||||
var $fails;
|
||||
var $exceptions;
|
||||
|
||||
public function SCoreReporter(Page $page) {
|
||||
$this->page = $page;
|
||||
|
|
Reference in a new issue