Skip to content

Commit

Permalink
Align VersionData properties with project_version table
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Sep 17, 2016
1 parent c97b7f4 commit 0eb4cdb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/version_api.php
Expand Up @@ -72,14 +72,14 @@ class VersionData {
protected $released = VERSION_FUTURE;

/**
* Date Order
* Obsolete
*/
protected $date_order = 1;
protected $obsolete = 0;

/**
* Obsolete
* Date Order
*/
protected $obsolete = 0;
protected $date_order = 1;

/**
* Overloaded function
Expand Down

0 comments on commit 0eb4cdb

Please sign in to comment.