This commit is contained in:
Pierre Rudloff 2016-12-05 13:12:27 +01:00
parent a6447e9813
commit d4f5f93c2d
7 changed files with 6 additions and 1 deletions

View file

@ -19,7 +19,6 @@ $container['view'] = function ($c) {
$view->registerPlugin('modifier', 'noscheme', 'Smarty_Modifier_noscheme');
return $view;
};