Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
johanjanssens committed May 10, 2016
1 parent 5fec4cc commit fc1708f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/database/row/abstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ public function __construct(ObjectConfig $config)
}

// Set the row data
if (isset($config->data)) {
if (isset($config->data))
{
$this->setProperties($config->data->toArray(), $this->isNew());

unset($config->data);
}

Expand Down

0 comments on commit fc1708f

Please sign in to comment.