mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
fix doxygen header + indent
This commit is contained in:
parent
1689c44085
commit
272eb5eb82
3 changed files with 14 additions and 8 deletions
|
@ -37,6 +37,11 @@ function tagrm_post(App $a)
|
|||
// NOTREACHED
|
||||
}
|
||||
|
||||
/**
|
||||
* Updates tags from an item
|
||||
* @param $item_id
|
||||
* @param $tags array
|
||||
*/
|
||||
function update_tags($item_id, $tags){
|
||||
if (empty($item_id) || empty($tags)){
|
||||
$a->internalRedirect($_SESSION['photo_return']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue