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…
Reference in New Issue
Block a user