view directory cleanup

This commit is contained in:
Friendika 2010-11-15 21:02:59 -08:00
parent 3374c698a2
commit 8c395f96de
11 changed files with 7 additions and 73 deletions

View file

@ -163,7 +163,7 @@ function settings_content(&$a) {
return;
}
require_once('view/acl_selectors.php');
require_once('include/acl_selectors.php');
$p = q("SELECT * FROM `profile` WHERE `is-default` = 1 AND `uid` = %d LIMIT 1",
intval($_SESSION['uid'])