broken migration

This commit is contained in:
Mike Macgirvin 2023-12-20 14:23:25 +11:00
parent 4903951fa9
commit 31f1563a77

View file

@ -26,7 +26,7 @@ class _1274
$perms = AbConfig::Get($rv['channel_id'], $abook['abook_xchan'], 'system', 'my_perms', '' );
$s = explode(',', $perms);
$s[] = 'hyperdrive';
AbConfig::Set($rv['channel_id'], $rv['abook_xchan'], 'system', 'my_perms', implode(',', $s));
AbConfig::Set($rv['channel_id'], $abook['abook_xchan'], 'system', 'my_perms', implode(',', $s));
}
}
}