Skip to content

Commit 78d2e31

Browse files
committed
Resolves #348
1 parent d427364 commit 78d2e31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/controller/plants.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ public function save_location_notes($request)
140140

141141
LocationsModel::saveNotes($location, $notes);
142142

143+
LocationLogModel::addEntry($location, '[System] save_notes: ' . $notes);
144+
143145
return json([
144146
'code' => 200
145147
]);

0 commit comments

Comments
 (0)