Fix wrong require

This commit is contained in:
Stefan Parviainen 2015-01-04 14:54:52 +01:00
parent 9433a0ddc8
commit cb181993a8

View File

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