X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=a96c9cfd3b4850757034f5f4d6ab4dd198cab8a3;hb=90e048594a2981ac510d024a4f0ae2d5f188a176;hp=a43063b041a43ea2e323782ca798a6977a558e9a;hpb=cc69aad4a903dc603f47cfa87aeb1865b03c8950;p=github%2Fshaarli%2FShaarli.git diff --git a/index.php b/index.php index a43063b0..a96c9cfd 100644 --- a/index.php +++ b/index.php @@ -1064,7 +1064,6 @@ function renderPage($conf, $pluginManager, $LINKSDB, $history, $sessionManager, $PAGE->assign('api_enabled', $conf->get('api.enabled', true)); $PAGE->assign('api_secret', $conf->get('api.secret')); $PAGE->assign('languages', Languages::getAvailableLanguages()); - $PAGE->assign('language', $conf->get('translation.language')); $PAGE->assign('gd_enabled', extension_loaded('gd')); $PAGE->assign('thumbnails_mode', $conf->get('thumbnails.mode', Thumbnailer::MODE_NONE)); $PAGE->assign('pagetitle', t('Configure') .' - '. $conf->get('general.title', 'Shaarli'));