Fix wrong require
This commit is contained in:
parent
9433a0ddc8
commit
cb181993a8
@ -370,7 +370,7 @@ function photos_post(&$a) {
|
|||||||
if($fullnametagged)
|
if($fullnametagged)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
require_once('mod/item.php');
|
require_once('include/text.php');
|
||||||
$body = $access_tag = '';
|
$body = $access_tag = '';
|
||||||
|
|
||||||
$success = handle_tag($a, $body, $access_tag, $str_tags, (local_user()) ? local_user() : $a->profile['profile_uid'] , $tag);
|
$success = handle_tag($a, $body, $access_tag, $str_tags, (local_user()) ? local_user() : $a->profile['profile_uid'] , $tag);
|
||||||
|
Reference in New Issue
Block a user