Fix commit 68859370a5
This commit is contained in:
parent
68859370a5
commit
5343592b86
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class owncloud extends rcube_plugin
|
|||
$rcmail = rcmail::get_instance();
|
||||
|
||||
// requires kolab_auth plugin
|
||||
if (0&&empty($_SESSION['kolab_uid'])) {
|
||||
if (empty($_SESSION['kolab_uid'])) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue