ajax testing continues

This commit is contained in:
Friendika 2011-02-17 00:52:26 -08:00
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");