mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:42:54 +00:00
ajax testing continues
This commit is contained in:
parent
f7b2f9f5e7
commit
979307ef91
2 changed files with 2 additions and 2 deletions
|
@ -39,6 +39,7 @@ function network_content(&$a, $update = 0) {
|
|||
$group = 0;
|
||||
|
||||
$nouveau = false;
|
||||
require_once('include/acl_selectors.php');
|
||||
|
||||
if(($a->argc > 2) && $a->argv[2] === 'new')
|
||||
$nouveau = true;
|
||||
|
@ -67,7 +68,6 @@ function network_content(&$a, $update = 0) {
|
|||
'$nickname' => $a->user['nickname']
|
||||
));
|
||||
|
||||
require_once('include/acl_selectors.php');
|
||||
|
||||
$tpl = load_view_file("view/jot.tpl");
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// See update_profile.php for documentation
|
||||
|
||||
require_once('mod/network.php');
|
||||
|
||||
require_once('include/group.php');
|
||||
|
||||
function update_network_content(&$a) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue