]> git.mxchange.org Git - friendica.git/commit
Create Post/Tag/Remove module class and route
authorHypolite Petovan <hypolite@mrpetovan.com>
Wed, 2 Nov 2022 03:42:20 +0000 (23:42 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Thu, 3 Nov 2022 04:27:08 +0000 (00:27 -0400)
commite0dc7a471e036cd9caa2f46266ea3358306805f3
treeff8b5f43d1911739ded5f3489a526e378e09c6d8
parentda1c13368b55546a0a998abd8aedcc9849b44a09
Create Post/Tag/Remove module class and route

- Fix tag name parameter in single tag removal link in mod/photos
- Remove "/post" from backend routes as it was preventing sessions from working in this module. No existing module had a route starting with "/post".
mod/photos.php
src/App/Mode.php
src/Module/Post/Tag/Remove.php [new file with mode: 0644]
static/routes.config.php
view/templates/post/tag/remove.tpl [new file with mode: 0644]