mirror of
https://github.com/silverstripe/silverstripe-testsession
synced 2024-10-22 14:06:00 +02:00
Merge pull request #80 from creative-commoners/pulls/3/construct-extensions
FIX Remove call to non-existent constructExtensions method
This commit is contained in:
commit
5c73330ba7
@ -80,7 +80,6 @@ class TestSessionEnvironment
|
|||||||
|
|
||||||
public function __construct($id = null)
|
public function __construct($id = null)
|
||||||
{
|
{
|
||||||
$this->constructExtensions();
|
|
||||||
if ($id) {
|
if ($id) {
|
||||||
$this->id = $id;
|
$this->id = $id;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user