Added public status info to project page
This commit is contained in:
parent
b3dee9d7a2
commit
69dbef3eee
4 changed files with 35 additions and 5 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue