Skip to content
Snippets Groups Projects
Commit 3fac640b authored by NaufalArdanni's avatar NaufalArdanni Committed by DewanaGustavus
Browse files

fix: edit description

parent f951c15d
Branches
Tags
No related merge requests found
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<th>Description</th> <th>Description</th>
<td> <td>
<textarea name="description"> <textarea name="description">
<?= $this->data['description'] ?> <? echo isset($data['description']) ? $data['description'] : ''; ?>
</textarea> </textarea>
</td> </td>
</tr> </tr>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment