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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user