1
0
Fork 0

use explicit include paths

This commit is contained in:
Zach Prezkuta 2012-12-28 14:51:50 -07:00
commit e684324032
29 changed files with 44 additions and 44 deletions

View file

@ -309,7 +309,7 @@ function content_content(&$a, $update = 0) {
function render_content(&$a, $items, $mode, $update, $preview = false) {
require_once('bbcode.php');
require_once('include/bbcode.php');
$ssl_state = ((local_user()) ? true : false);