use explicit include paths

This commit is contained in:
Zach Prezkuta
2012-12-28 14:51:50 -07:00
parent f03ac60725
commit e684324032
29 changed files with 44 additions and 44 deletions
+1 -1
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);