forked from Public/pics
PhotoPage: remove obsolete is_asset_owner property
This commit is contained in:
parent
0c13a39d04
commit
e63307d474
@ -12,7 +12,6 @@ class PhotoPage extends Template
|
|||||||
private $exif;
|
private $exif;
|
||||||
private $previous_photo_url = '';
|
private $previous_photo_url = '';
|
||||||
private $next_photo_url = '';
|
private $next_photo_url = '';
|
||||||
private $is_asset_owner = false;
|
|
||||||
|
|
||||||
public function __construct(Image $photo)
|
public function __construct(Image $photo)
|
||||||
{
|
{
|
||||||
@ -29,11 +28,6 @@ class PhotoPage extends Template
|
|||||||
$this->next_photo_url = $url;
|
$this->next_photo_url = $url;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setIsAssetOwner($flag)
|
|
||||||
{
|
|
||||||
$this->is_asset_owner = $flag;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function html_main()
|
public function html_main()
|
||||||
{
|
{
|
||||||
$this->photoNav();
|
$this->photoNav();
|
||||||
|
Loading…
Reference in New Issue
Block a user