X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=f7e73bde956c161d043d627361b92d7ca6eed519;hb=7fde6de1212323418401c15efba06026c704ca87;hp=5bc13d49fd812f88d662c1d21bc53e3ae02c2a10;hpb=f63632a6fb84594b8aeacb387a5cd17b4a841d2c;p=github%2Fshaarli%2FShaarli.git diff --git a/index.php b/index.php index 5bc13d49..f7e73bde 100644 --- a/index.php +++ b/index.php @@ -778,6 +778,7 @@ function renderPage($conf, $pluginManager) $PAGE = new PageBuilder($conf); $PAGE->assign('linkcount', count($LINKSDB)); $PAGE->assign('privateLinkcount', count_private($LINKSDB)); + $PAGE->assign('plugin_errors', $pluginManager->getErrors()); // Determine which page will be rendered. $query = (isset($_SERVER['QUERY_STRING'])) ? $_SERVER['QUERY_STRING'] : '';