Browse Source

Merge branch 'master' of github.com:savetheinternet/Tinyboard

pull/40/head
Savetheinternet 13 years ago
parent
commit
2f2674f5eb
  1. 1
      inc/functions.php

1
inc/functions.php

@ -226,6 +226,7 @@
}
function boardTitle($uri) {
global $config;
if($config['cache']['enabled'] && ($board = cache::get('board_' . $uri))) {
return $board['title'];
}

Loading…
Cancel
Save