conform the new distribution.
pull on events works too.
pull/63/head
noud 2012-11-19 09:02:43 +01:00
parent 1cddb6abe0
commit d3cf89660b
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ class ServersController extends AppController {
switch($event['Event']['distribution']) {
case 'Your organization only': // Distribution, no Org only in Event
case 'This server-only':
continue;
continue 2; // to the next iteration of the outer loop
break;
case 'This Community-only': // Distribution, correct Community to Org only in Event
$event['Event']['distribution'] = 'Your organization only';