1
0
Fork 0

content expiration

This commit is contained in:
Friendika 2011-03-15 17:31:49 -07:00
commit f01538a54f
15 changed files with 165 additions and 20 deletions

View file

@ -532,7 +532,7 @@ function item_content(&$a) {
require_once('include/security.php');
$uid = $_SESSION['uid'];
$uid = local_user();
if(($a->argc == 3) && ($a->argv[1] === 'drop') && intval($a->argv[2])) {