1
0

Fix category page title - strip_langs -

This commit is contained in:
Stephan Brunker
2019-10-23 11:56:10 +02:00
committed by onli
parent d75e311077
commit aa1f3b533d

View File

@ -245,6 +245,7 @@ function serveCategory($matches) {
$serendipity['GET']['category'] = $matches[1];
}
$cInfo = serendipity_fetchCategoryInfo($serendipity['GET']['category']);
serendipity_plugin_api::hook_event('multilingual_strip_langs',$cInfo, array('category_name'));
if (!is_array($cInfo)) {
$serendipity['view'] = '404';