Added missing scope to constructor
This commit is contained in:
parent
5203d81980
commit
ad1a6767a2
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ abstract class customcert_element_base {
|
|||
*
|
||||
* @param stdClass $element the element data
|
||||
*/
|
||||
function __construct($element) {
|
||||
public function __construct($element) {
|
||||
$this->element = clone($element);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue