]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/PageBuilder.php
Bugfix: display plugin parameter description only if it exists
[github/shaarli/Shaarli.git] / application / PageBuilder.php
index 1ca0260a9c398389eba367e90299a6120af23143..42932f32681a512f35de7c69ceb137c264f311b9 100644 (file)
@@ -80,6 +80,7 @@ class PageBuilder
         if (!empty($GLOBALS['plugin_errors'])) {
             $this->tpl->assign('plugin_errors', $GLOBALS['plugin_errors']);
         }
+        $this->tpl->assign('token', getToken($this->conf));
         // To be removed with a proper theme configuration.
         $this->tpl->assign('conf', $this->conf);
     }