Browse Source

Fixed major bug causing new installations to fail

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

2
inc/functions.php

@ -135,7 +135,7 @@
}
}
function index($page, $mod) {
function index($page, $mod=false) {
global $sql, $board;
$body = '';

Loading…
Cancel
Save