Container::CheckAllowed function should be defined public

feature/node-rewrite
Sven Slootweg 13 years ago
parent dc69fb722f
commit 728b690eca

@ -232,7 +232,7 @@ class Container extends CPHPDatabaseRecordClass
);
}
function CheckAllowed()
public function CheckAllowed()
{
if($this->sStatus == CVM_STATUS_SUSPENDED)
{

Loading…
Cancel
Save