Skip to content
Snippets Groups Projects
Commit e088e7c7 authored by steffenk's avatar steffenk
Browse files

Fixed bug #17772: Repository update deletes description of repository

git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10645 709f56b5-9817-0410-a4d7-c38de5d9e867
parent 96708bcc
Branches
Tags
No related merge requests found
2011-02-25 Steffen Kamper <steffen@typo3.org>
 
* Fixed bug #17772: Repository update deletes description of repository
* Fixed bug #17769: Em use wrong property for db updates
 
2011-02-25 Ernesto Baschny <ernst@cron-it.de>
 
* Fixed bug #17728: PHP warning in page module (e.g. in TemplaVoila) with active open_basedir
* Fixed bug #17728: PHP warning in page module (e.g. in TemplaVoila) with active open_basedir
* Fixed bug #17732: Install Tool doing Fatal error when APC PHP module is loaded (no session is stored)
 
2011-02-25 Stanislas Rolland <typo3@sjbr.ca>
......
......@@ -124,6 +124,7 @@ class tx_em_Repository {
$this->fixMainRepository();
} else {
$this->setTitle($row['title']);
$this->setDescription($row['description']);
$this->setId($row['uid']);
$this->setPriority(1);
$this->setMirrorListUrl($row['mirror_url']);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment