Projects
Kolab:16:Testing
kolab-syncroton
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 18
View file
kolab-syncroton-2.4.1.tar.gz/lib/kolab_sync_backend.php
Changed
@@ -839,7 +839,9 @@ $type = kolab_storage::folder_type($name); } - $type = preg_replace('/\.(confidential|private)$/i', '', $type); + if ($type != null) { + $type = preg_replace('/\.(confidential|private)$/i', '', $type); + } } // Add type to folder UID hash, so type change can be detected by Syncroton
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.