From 9c70aa9e928273b4b32cc8fcb07d0423ac8d37a1 Mon Sep 17 00:00:00 2001 From: Gerald Raab Date: Wed, 30 Sep 2015 11:38:21 +0200 Subject: [PATCH] =?UTF-8?q?anzeige=20addon=20nur=20f=C3=BCr=20inf=20raus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cis/private/tools/zeitaufzeichnung.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cis/private/tools/zeitaufzeichnung.php b/cis/private/tools/zeitaufzeichnung.php index 5ef4d8807..2e4f012c2 100755 --- a/cis/private/tools/zeitaufzeichnung.php +++ b/cis/private/tools/zeitaufzeichnung.php @@ -109,7 +109,7 @@ $addon_obj = new addon(); $addon_obj->loadAddons(); foreach($addon_obj->result as $addon) { - if(file_exists('../../../addons/'.$addon->kurzbz.'/cis/init.js.php') && check_infrastruktur($user)) + if(file_exists('../../../addons/'.$addon->kurzbz.'/cis/init.js.php')) echo ''; }