Missing global for Tinyboard vesion number

This commit is contained in:
Savetheinternet 2011-10-11 03:00:04 +11:00
parent 4e3757e586
commit e8183e7899

View File

@ -9,7 +9,7 @@
loadConfig();
function loadConfig() {
global $board, $config, $__ip, $debug;
global $board, $config, $__ip, $debug, $__version;
require 'inc/config.php';
if (file_exists('inc/instance-config.php')) {