Commit 2f544cf3 authored by Rebecca Blundell's avatar Rebecca Blundell
Browse files

Bug 1837855: Error message on create new inst

change continue to continue 2 to go to the next item in foreach

Change-Id: I6eeb4912f347c58e6290a267855214cd0b20eee2
parent 482e5b92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1554,7 +1554,7 @@ class View {
                    break;
                case 'friends':
                    if (!$this->owner) {
                        continue; // Don't add friend access to group, institution or system views
                        continue 2; // Don't add friend access to group, institution or system views
                    }
                case 'public':
                case 'loggedin':