Removed commented method
This commit is contained in:
parent
00a4e45491
commit
a62e64969d
|
@ -1160,10 +1160,14 @@ SQL;
|
||||||
->save();
|
->save();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getFileExistsFlag()
|
|
||||||
{
|
// This method seems to be unsued everywhere so I've commented it out
|
||||||
return $this->_file->getDbFileExists();
|
// If it's absence does not have any effect then it will be completely
|
||||||
}
|
// removed soon
|
||||||
|
//public function getFileExistsFlag()
|
||||||
|
//{
|
||||||
|
//return $this->_file->getDbFileExists();
|
||||||
|
//}
|
||||||
|
|
||||||
public function getFileOwnerId()
|
public function getFileOwnerId()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue