1
0
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:
Cameron
2021-02-19 16:39:52 -08:00
parent e03f7a34e2
commit f9a9d2b181
3 changed files with 9 additions and 4 deletions

View File

@@ -379,6 +379,11 @@
if(!empty($this->eSetStyle))
{
if(!isset($this->styleCount[$this->eSetStyle]))
{
$this->styleCount[$this->eSetStyle] = 0;
}
$this->styleCount[$this->eSetStyle]++;
}