mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
Tablerender: setContent('list') added to login menu and news menus.
This commit is contained in:
@@ -1026,7 +1026,7 @@ if (!class_exists('e107table', false))
|
||||
*/
|
||||
public function setUniqueId($id)
|
||||
{
|
||||
$this->uniqueId = !empty($id) ? $id : null;
|
||||
$this->uniqueId = !empty($id) ? eHelper::dasherize($id) : null;
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user