1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

BC Fix for icons in sitelinks.

This commit is contained in:
Cameron
2019-04-30 14:01:05 -07:00
parent e087dc52a2
commit 7dea524e8a
2 changed files with 34 additions and 21 deletions

View File

@@ -367,6 +367,10 @@ class e_user_model extends e_admin_model
return $this;
}
/**
* @param bool $toString
* @return string|array
*/
final public function getClassList($toString = false)
{
if (null === $this->_class_list)