Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Stud.IP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Uni Osnabrück
Stud.IP
Commits
076927aa
Commit
076927aa
authored
9 months ago
by
Jan-Hendrik Willms
Committed by
Jan-Hendrik Willms
9 months ago
Browse files
Options
Downloads
Patches
Plain Diff
fixes #4234
Closes #4234 Merge request
studip/studip!3067
parent
470bd900
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/models/ConsultationBlock.php
+1
-1
1 addition, 1 deletion
lib/models/ConsultationBlock.php
with
1 addition
and
1 deletion
lib/models/ConsultationBlock.php
+
1
−
1
View file @
076927aa
...
@@ -71,7 +71,7 @@ class ConsultationBlock extends SimpleORMap implements PrivacyObject
...
@@ -71,7 +71,7 @@ class ConsultationBlock extends SimpleORMap implements PrivacyObject
if
(
$block
->
range
instanceof
User
)
{
if
(
$block
->
range
instanceof
User
)
{
return
$block
->
range
->
getFullName
()
.
' <'
.
$block
->
range
->
email
.
'>'
;
return
$block
->
range
->
getFullName
()
.
' <'
.
$block
->
range
->
email
.
'>'
;
}
}
if
(
$block
->
range
instanceof
Course
||
$block
->
range
instanceof
Institute
)
{
if
(
$block
->
range
instanceof
Course
)
{
return
sprintf
(
_
(
'Veranstaltung: %s'
),
$block
->
range
->
getFullName
());
return
sprintf
(
_
(
'Veranstaltung: %s'
),
$block
->
range
->
getFullName
());
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment