]> git.mxchange.org Git - friendica.git/blobdiff - update.php
Added Documentation, updated messages.po
[friendica.git] / update.php
index 951f54a3b2c74bfb92539367154944181c9f05e1..85a06892f04c99a542545221ceba5bdfa4f0ad07 100644 (file)
@@ -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'],