Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Set status to true when edited.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchisari authored and The Appleseed Project committed Dec 28, 2010
1 parent da000ff commit 08328f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/system/controllers/admin.nodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,8 @@ function _Save ( ) {
if ( !$this->Model->Get ( 'Source' ) ) $this->Model->Set ( 'Source', ASD_DOMAIN );
if ( $this->Model->Get ( 'Inherit' ) == 'on' ) $this->Model->Set ( 'Inherit', true ); else $this->Model->Set ( 'Inherit', false );

$this->Model->Set ( 'Stamp', NOW() );
$this->Model->Set ( 'Updated', NOW() );
$this->Model->Set ( 'Status', true );

$validate = $this->GetSys ( 'Validation' );

Expand Down

0 comments on commit 08328f5

Please sign in to comment.