Skip to content

Commit

Permalink
fix for update from beta1 to beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Faßbender committed May 9, 2015
1 parent 59906b1 commit 756a260
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adm_program/system/classes/componentupdate.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ public function update()

// save current version to component
$this->setValue('com_version', $mainVersion.'.'.$subVersion.'.0');
$this->setValue('com_beta', ADMIDIO_VERSION_BETA);
$this->save();
}

Expand Down

0 comments on commit 756a260

Please sign in to comment.