Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
2 changed files with 2 additions and 2 deletions
Showing only changes of commit db33f46547 - Show all commits

View File

@ -159,7 +159,7 @@ class Controller {
* @param string $status
* @return void
*/
public function login($status="")
public function login($status = "")
{
$message = "";

View File

@ -268,7 +268,7 @@ class AnimeCollection extends DB {
*/
private function json_import()
{
if ( ! file_exists('import.json') || ! $this->valid_database)
if ( ! file_exists('import.json') || ! $this->valid_database)
{
return;
}