質問編集履歴
2
line121が示すコードを書き換えた。
title
CHANGED
File without changes
|
body
CHANGED
@@ -20,5 +20,5 @@
|
|
20
20
|
>
|
21
21
|
Fatal error: Call to a member function format() on a non-object in /home/hogehoge/lib/functions.php on line 121
|
22
22
|
|
23
|
-
line 121は、`
|
23
|
+
line 121は、`$result = $format_date->format('Y-m-d');`の行です。
|
24
24
|
よろしくお願いします。
|
1
line 121を示すコードが間違えていました。正しくは、` \$result = \$format_date->format\('Y-m-d'\);`です。
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|