mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 12:51:52 +02:00
PHP8 Fixes and styling.
This commit is contained in:
@@ -379,6 +379,11 @@
|
||||
|
||||
if(!empty($this->eSetStyle))
|
||||
{
|
||||
if(!isset($this->styleCount[$this->eSetStyle]))
|
||||
{
|
||||
$this->styleCount[$this->eSetStyle] = 0;
|
||||
}
|
||||
|
||||
$this->styleCount[$this->eSetStyle]++;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user