diff --git a/boot.php b/boot.php index f4f44a6447..1bc4c2a9a9 100644 --- a/boot.php +++ b/boot.php @@ -11,7 +11,7 @@ require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_VERSION', '2.3.1303' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1136 ); +define ( 'DB_UPDATE_VERSION', 1137 ); define ( 'EOL', "
\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); diff --git a/include/plugin.php b/include/plugin.php index e37ae84357..25fd32b4f0 100644 --- a/include/plugin.php +++ b/include/plugin.php @@ -34,7 +34,7 @@ function install_plugin($plugin){ ); } else { - logger("Addons: FAILED installing " . $plugin); +// logger("Addons: FAILED installing " . $plugin); } }} diff --git a/update.php b/update.php index 0c8486c316..1a36c754d8 100644 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@