Правка push-update

Исправление метода File::getOwner()
This commit is contained in:
Alexander Demidov
2014-01-13 17:59:54 +04:00
parent 489fad739f
commit b14efb6123
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ abstract class File
$this->owner = $owner;
}
public function getOwner($owner)
public function getOwner()
{
return $this->owner;
}