mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-31 12:23:48 +01:00
Merge branch 'master' of github.com:savetheinternet/Tinyboard
This commit is contained in:
commit
2f2674f5eb
@ -226,6 +226,7 @@
|
||||
}
|
||||
|
||||
function boardTitle($uri) {
|
||||
global $config;
|
||||
if($config['cache']['enabled'] && ($board = cache::get('board_' . $uri))) {
|
||||
return $board['title'];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user