ajax testing continues

This commit is contained in:
Friendika 2011-02-17 00:52:26 -08:00
parent f7b2f9f5e7
commit 979307ef91
2 changed files with 2 additions and 2 deletions

View File

@ -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");

View File

@ -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) {