1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 00:27:45 +02:00

Issue #2000 set unique ID for each tablerender() of news. Frontend complete.

This commit is contained in:
Cameron
2017-09-29 11:49:32 -07:00
parent a11cd8ef63
commit e9bd0c8936
2 changed files with 30 additions and 12 deletions

View File

@@ -970,6 +970,7 @@ if (!class_exists('e107table', false))
public function setUniqueId($id)
{
$this->uniqueId = $id;
return $this;
}