Completed
Push — master ( 9c2b09...5e7564 )
by Francis
01:33
created
libraries/REST.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -201,7 +201,7 @@
 block discarded – undo
201 201
     if ($uri_auths != null || is_array($uri_auths)) {
202 202
       foreach ($uri_auths as $uri => $auth_array) {
203 203
         // Convert wildcards to RegEx.
204
-  			$uri = str_replace(array(':any', ':num'), array('[^/]+', '[0-9]+'), $uri);
204
+     $uri = str_replace(array(':any', ':num'), array('[^/]+', '[0-9]+'), $uri);
205 205
         if (preg_match('#^'.$uri.'$#', uri_string())) {
206 206
           // Assign Authentication Steps.
207 207
           if (is_array($auth_array)) {
Please login to merge, or discard this patch.