mirror of
https://github.com/friendica/friendica
synced 2025-04-26 08:30:10 +00:00
Define absolute paths for various includes
- Fix errors running local tests in IDE
This commit is contained in:
parent
544cc40026
commit
ad854d5d40
3 changed files with 4 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue