openrat-cms

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

commit 767cc8d12cdf8c6299f6501693ef7b86265d325c
parent 879b5aaeb33a1f2c8a7f22976f454226b1d9071f
Author: Jan Dankert <devnull@localhost>
Date:   Wed,  4 Jul 2018 01:58:03 +0200

Fix: In der Sitzung gibt es kein Projekt mehr.

Diffstat:
modules/cms-core/model/BaseObject.class.php | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/modules/cms-core/model/BaseObject.class.php b/modules/cms-core/model/BaseObject.class.php @@ -617,8 +617,7 @@ SQL if ( $this->isRoot ) { - $project = \Session::getProject(); - $this->name = $project->name; + $this->name = $row['name' ]; $this->desc = ''; $this->description = ''; }