Implement basic album management.

This commit is contained in:
2017-11-05 17:09:01 +01:00
parent 95e289d82d
commit 943297900c
5 changed files with 165 additions and 3 deletions

View File

@@ -260,6 +260,8 @@ class Tag
id_parent = {int:id_parent},
id_asset_thumb = {int:id_asset_thumb},
tag = {string:tag},
slug = {string:slug},
description = {string:description},
count = {int:count}
WHERE id_tag = {int:id_tag}',
get_object_vars($this));