mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 01:30:32 +02:00
Fixes #4443 - set default stylesheet scope to 'front' when attribute has been omitted from theme.xml.
This commit is contained in:
@@ -66,7 +66,7 @@ abstract class E107Base extends Base
|
||||
$this->restoreLocalE107Config();
|
||||
$this->workaroundOldPhpUnitPhpCodeCoverage();
|
||||
}
|
||||
|
||||
/*
|
||||
public function _failed($test, $fail)
|
||||
{
|
||||
parent::_failed($test, $fail);
|
||||
@@ -75,7 +75,7 @@ abstract class E107Base extends Base
|
||||
$this->restoreLocalE107Config();
|
||||
$this->workaroundOldPhpUnitPhpCodeCoverage();
|
||||
|
||||
}
|
||||
}*/
|
||||
|
||||
|
||||
protected function revokeLocalE107Config()
|
||||
|
Reference in New Issue
Block a user