forked from GNUsocial/gnu-social
		
	Tabs to spaces.
This commit is contained in:
		@@ -66,7 +66,7 @@ class ApiStatusNetOAuthDataStore extends StatusNetOAuthDataStore
 | 
				
			|||||||
                    $id = $app->insert();
 | 
					                    $id = $app->insert();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                    if (!$id) {
 | 
					                    if (!$id) {
 | 
				
			||||||
			// TRANS: Server error displayed when trying to create an anynymous OAuth application.
 | 
					                        // TRANS: Server error displayed when trying to create an anynymous OAuth application.
 | 
				
			||||||
                        $this->serverError(_("Could not create anonymous OAuth application."));
 | 
					                        $this->serverError(_("Could not create anonymous OAuth application."));
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user