Commit 78896d3a authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #570 in ZP/z-push from...

Merge pull request #570 in ZP/z-push from bugfix/ZP-1268-undefined-variable-name-in-z-push-admin to develop

* commit 'f6cc9d92':
  ZP-1268 Undefined variable: name in z-push-admin.
parents f0843abd f6cc9d92
......@@ -835,7 +835,7 @@ class ZPushAdminCLI {
$syncfolderid = $device->GetFolderIdForBackendId($df['folderid'], false, false, null);
switch($df['type']) {
case SYNC_FOLDER_TYPE_USER_APPOINTMENT:
if ($name == KOE_GAB_NAME) {
if ($df['name'] == KOE_GAB_NAME) {
$gentype = "GAB";
}
else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment