Skip to content

Commit

Permalink
fix: statusUpdateTime column name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kulbakin committed Feb 9, 2014
1 parent 7e8ed76 commit b387c18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/site/components/com_actors/domains/entities/actor.php
Expand Up @@ -71,9 +71,9 @@ protected function _initialize(KConfig $config)
public function setStatus($status)
{
$this->set('status', $status);
$this->statusUpdatedTime = AnDomainAttributeDate::getInstance();
$this->statusUpdateTime = AnDomainAttributeDate::getInstance();
}

/**
* Return the portrait file for a size
*
Expand Down

0 comments on commit b387c18

Please sign in to comment.