diff options
| author | Ron Lucke <lucke@elan-ev.de> | 2024-06-25 14:56:16 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2024-06-25 14:56:16 +0000 |
| commit | 1ddfe70c68edc75c1826a8feb78d0bcbc499e689 (patch) | |
| tree | a89abb44d386f735bce83d66993e35ef0b638b7f /app/controllers/institute/basicdata.php | |
| parent | 7c6ddb32f81547305a2f6ae142367a930285f62c (diff) | |
TIC Avatar Modernisierung
Closes #4055
Merge request studip/studip!2877
Diffstat (limited to 'app/controllers/institute/basicdata.php')
| -rw-r--r-- | app/controllers/institute/basicdata.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/controllers/institute/basicdata.php b/app/controllers/institute/basicdata.php index 9c800fd..0b7c296 100644 --- a/app/controllers/institute/basicdata.php +++ b/app/controllers/institute/basicdata.php @@ -35,8 +35,6 @@ class Institute_BasicdataController extends AuthenticatedController { PageLayout::setTitle(_('Verwaltung der Grunddaten')); - PageLayout::addSqueezePackage('avatar'); - //get ID from an open Institut $i_view = $i_id ?: Request::option('i_view', Context::getId()); |
