Skip to content

Commit 96fb92d

Browse files
committed
FIX - change log to public,...
1 parent 41bd5e4 commit 96fb92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/classes/base.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function setCoinAddress($coin_address) {
2828
$this->coin_address = $coin_address;
2929
}
3030

31-
protected $log;
31+
public $log;
3232
public function setLog($log) {
3333
$this->log = $log;
3434
}

0 commit comments

Comments
 (0)