@@ -90,11 +90,11 @@ |
||
90 | 90 | |
91 | 91 | $routines = array(); |
92 | 92 | |
93 | - if ( empty( $this->updates[ $context ] ) ) { |
|
93 | + if ( empty( $this->updates[$context] ) ) { |
|
94 | 94 | return $routines; |
95 | 95 | } |
96 | 96 | |
97 | - foreach ( $this->updates[ $context ] as $data ) { |
|
97 | + foreach ( $this->updates[$context] as $data ) { |
|
98 | 98 | |
99 | 99 | if ( $data instanceof WordPoints_RoutineI ) { |
100 | 100 | $routines[] = $data; |