Completed
Push — develop ( 192d27...cb660e )
by J.D.
03:12
created
src/classes/updater/factory.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -90,11 +90,11 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.