Added public status info to project page

This commit is contained in:
Dmitry Khomutov 2017-01-14 18:44:57 +07:00
commit 69dbef3eee
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
4 changed files with 35 additions and 5 deletions

View file

@ -316,7 +316,7 @@ class ProjectBase extends Model
*/
public function getAllowPublicStatus()
{
$rtn = $this->data['allow_public_status'];
$rtn = $this->data['allow_public_status'];
return $rtn;
}