1
0
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:
Cameron
2019-06-16 13:30:16 -07:00
parent 9e3a77fdf7
commit 478fc8d060
6 changed files with 44 additions and 3 deletions

View File

@@ -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;
}