@@ -83,6 +83,9 @@ class Version extends Core
if (!isset($info['act_id'])) {
$info['act_id'] = 0;
}
+ if (!$info['act_id']) {
+ $info['act_id'] = 0;
+ }
$ext = array
(
'extEnable' => true,