mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
view directory cleanup
This commit is contained in:
parent
3374c698a2
commit
8c395f96de
11 changed files with 7 additions and 73 deletions
|
@ -159,7 +159,7 @@ function profile_content(&$a, $update = 0) {
|
|||
'$geotag' => $geotag
|
||||
));
|
||||
|
||||
require_once('view/acl_selectors.php');
|
||||
require_once('include/acl_selectors.php');
|
||||
|
||||
$tpl = load_view_file("view/jot.tpl");
|
||||
if(is_array($a->user) && ((strlen($a->user['allow_cid'])) || (strlen($a->user['allow_gid'])) || (strlen($a->user['deny_cid'])) || (strlen($a->user['deny_gid']))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue