Replace status with active in tables
This commit is contained in:
@@ -42,7 +42,7 @@ abstract class Model_Service_Plugin extends ORM {
|
||||
*/
|
||||
protected function manage() {
|
||||
// Dont show the manage button for expired or inactive services
|
||||
if (! $this->service->status OR $this->service->expiring())
|
||||
if (! $this->service->active OR $this->service->expiring())
|
||||
return FALSE;
|
||||
|
||||
static $x = '';
|
||||
|
Reference in New Issue
Block a user