Browse Source

Forgot a global in boardTitle function.

pull/40/head
Michael D. Reiley 13 years ago
parent
commit
b8cc793021
  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