diff options
| author | Syndamia <kamen@syndamia.com> | 2025-01-26 22:19:25 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2025-01-26 22:24:48 +0200 |
| commit | cc16ebc3927fa19c86d970067bcb9a16be94e40a (patch) | |
| tree | 04740380dd81fe2a0ccb6bacef00c972563eaa4c /views/list/meta.php | |
| parent | 32f3eadcc72a2c6ef3e732cecbc0706e7cbb267c (diff) | |
| download | nowayforward_human-cc16ebc3927fa19c86d970067bcb9a16be94e40a.tar nowayforward_human-cc16ebc3927fa19c86d970067bcb9a16be94e40a.tar.gz nowayforward_human-cc16ebc3927fa19c86d970067bcb9a16be94e40a.zip | |
feat(views): Implement adding a list item
Diffstat (limited to 'views/list/meta.php')
| -rw-r--r-- | views/list/meta.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/list/meta.php b/views/list/meta.php index 137794e..5e5e52e 100644 --- a/views/list/meta.php +++ b/views/list/meta.php @@ -2,3 +2,4 @@ $lid = explode('/', $uri, 4)[2]; $title = 'List'; +$controller = 'list'; |
