X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fitems.php;h=a28e19a05a2cb11b9f3c8eeae17101dbb3f51c3c;hb=5e3a55915d7fdd554d711b2b5b619552a492c090;hp=88eec1dc48794de8faa89f91ac80aeaaedf91ac0;hpb=85ff976f83b1037328fedd26fd817c720625e0e9;p=friendica.git diff --git a/include/items.php b/include/items.php index 88eec1dc48..a28e19a05a 100644 --- a/include/items.php +++ b/include/items.php @@ -24,7 +24,8 @@ use Friendica\Util\ParseUrl; use Friendica\Util\Strings; use Friendica\Util\Temporal; -require_once 'mod/share.php'; +require_once __DIR__ . '/../mod/share.php'; + function add_page_info_data(array $data, $no_photos = false) { Hook::callAll('page_info_data', $data);