Bug #25182 ยป 17772.patch
typo3/sysext/em/classes/repository/class.tx_em_repository.php (revision ) | ||
---|---|---|
$this->fixMainRepository();
|
||
} else {
|
||
$this->setTitle($row['title']);
|
||
$this->setDescription($row['description']);
|
||
$this->setId($row['uid']);
|
||
$this->setPriority(1);
|
||
$this->setMirrorListUrl($row['mirror_url']);
|