Skip to content

Commit

Permalink
💄 Comments and whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
DHS committed Dec 22, 2015
1 parent 853488e commit 60ffa74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions controllers/invites_controller.php
Expand Up @@ -20,8 +20,6 @@ function index() {
Application::flash('error', 'You have no remaining invites.');
}



if ($this->json) {
$this->render_json($user->invites());
} else {
Expand Down
4 changes: 3 additions & 1 deletion models/config.php
Expand Up @@ -275,7 +275,9 @@ public function writeConfig($settings) {

}

// Fetch config from database
/**
* Fetch config from database
*/
public function loadConfigFromDb() {

global $mysqli;
Expand Down

0 comments on commit 60ffa74

Please sign in to comment.