Skip to content

Commit 756a260

Browse files
author
Markus Faßbender
committed
fix for update from beta1 to beta2
1 parent 59906b1 commit 756a260

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adm_program/system/classes/componentupdate.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ public function update()
198198

199199
// save current version to component
200200
$this->setValue('com_version', $mainVersion.'.'.$subVersion.'.0');
201+
$this->setValue('com_beta', ADMIDIO_VERSION_BETA);
201202
$this->save();
202203
}
203204

0 commit comments

Comments
 (0)