ajax testing continues
This commit is contained in:
parent
f7b2f9f5e7
commit
979307ef91
|
@ -39,6 +39,7 @@ function network_content(&$a, $update = 0) {
|
||||||
$group = 0;
|
$group = 0;
|
||||||
|
|
||||||
$nouveau = false;
|
$nouveau = false;
|
||||||
|
require_once('include/acl_selectors.php');
|
||||||
|
|
||||||
if(($a->argc > 2) && $a->argv[2] === 'new')
|
if(($a->argc > 2) && $a->argv[2] === 'new')
|
||||||
$nouveau = true;
|
$nouveau = true;
|
||||||
|
@ -67,7 +68,6 @@ function network_content(&$a, $update = 0) {
|
||||||
'$nickname' => $a->user['nickname']
|
'$nickname' => $a->user['nickname']
|
||||||
));
|
));
|
||||||
|
|
||||||
require_once('include/acl_selectors.php');
|
|
||||||
|
|
||||||
$tpl = load_view_file("view/jot.tpl");
|
$tpl = load_view_file("view/jot.tpl");
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
// See update_profile.php for documentation
|
// See update_profile.php for documentation
|
||||||
|
|
||||||
require_once('mod/network.php');
|
require_once('mod/network.php');
|
||||||
|
require_once('include/group.php');
|
||||||
|
|
||||||
function update_network_content(&$a) {
|
function update_network_content(&$a) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue