mirror of
https://github.com/friendica/friendica
synced 2024-11-17 19:43:40 +00:00
Remoce test code
This commit is contained in:
parent
b0aa4eb4b7
commit
c9b6da0127
1 changed files with 0 additions and 1 deletions
|
@ -1202,7 +1202,6 @@ function update_1509()
|
|||
$newConfig = DI::config()->beginTransaction();
|
||||
|
||||
foreach ($addons as $addon) {
|
||||
print_r($addon);
|
||||
$newConfig->set('addons', $addon['name'], [
|
||||
'last_update' => $addon['timestamp'],
|
||||
'admin' => (bool)$addon['plugin_admin'],
|
||||
|
|
Loading…
Reference in a new issue