From 734cfcd9bcb764d83b123e12389093a12407efe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BB=94=E5=93=A5?= Date: Wed, 6 Dec 2017 14:14:39 +0800 Subject: [PATCH] * Format code. --- module/todo/model.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/todo/model.php b/module/todo/model.php index 94a56ec73d..94b19c55a3 100644 --- a/module/todo/model.php +++ b/module/todo/model.php @@ -72,11 +72,11 @@ class todoModel extends model $todo->account = $this->app->user->account; if($this->post->date == false) { - $todo->date = '2030-01-01'; + $todo->date = '2030-01-01'; } else { - $todo->date = $this->post->date; + $todo->date = $this->post->date; } $todo->type = $todos->types[$i]; $todo->pri = $todos->pris[$i];