mirror of
https://github.com/openvk/openvk
synced 2025-06-07 20:34:38 +03:00
fix(albums): "my photos" on same id
This commit is contained in:
parent
aedbfe364e
commit
a2ac608936
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
{block title}{_albums} {$owner->getCanonicalName()}{/block}
|
{block title}{_albums} {$owner->getCanonicalName()}{/block}
|
||||||
|
|
||||||
{block header}
|
{block header}
|
||||||
{if isset($thisUser) && $thisUser->getId() == $owner->getId()}
|
{if isset($thisUser) && $thisUser->getId() == $owner->getRealId()}
|
||||||
{_my_photos}
|
{_my_photos}
|
||||||
{else}
|
{else}
|
||||||
<a href="{$owner->getURL()}">
|
<a href="{$owner->getURL()}">
|
||||||
|
|
Loading…
Reference in a new issue