Completed
Push — master ( f172b4...9c2b09 )
by Francis
02:05 queued 11s
created
libraries/REST.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@
 block discarded – undo
142 142
     $auths = null;
143 143
     foreach ($uri_auths as $uri => $auth_array) {
144 144
       // Convert wildcards to RegEx.
145
-			$uri = str_replace(array(':any', ':num'), array('[^/]+', '[0-9]+'), $uri);
145
+   $uri = str_replace(array(':any', ':num'), array('[^/]+', '[0-9]+'), $uri);
146 146
       if (preg_match('#^'.$uri.'$#', uri_string())) $auths = $auth_array; // Assign Authentication Steps.
147 147
       break;
148 148
     }
Please login to merge, or discard this patch.