openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit b35e7c04edb551c3512fdf75f1d0b18ca38b79ca
parent 2159ab44c06351ec66cd7626ca9c9cf4f1af2a78
Author: dankert <devnull@localhost>
Date:   Sun, 27 May 2007 22:58:50 +0200

Laden von Default-Sprache, Default-Modell f?r die Projektauswahlliste.

Diffstat:
actionClasses/IndexAction.class.php | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/actionClasses/IndexAction.class.php b/actionClasses/IndexAction.class.php @@ -312,6 +312,8 @@ class IndexAction extends Action $p['id' ] = $id; $tmpProject = new Project( $id ); + $p['defaultmodelid' ] = $tmpProject->getDefaultModelId(); + $p['defaultlanguageid'] = $tmpProject->getDefaultLanguageId(); $p['models' ] = $tmpProject->getModels(); $p['languages'] = $tmpProject->getLanguages();