mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:42:53 +00:00
add dependencies (require_once) to hashtag module
This commit is contained in:
parent
86d84e5f31
commit
c209853e1d
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ use Friendica\BaseModule;
|
|||
use Friendica\Core\System;
|
||||
use dba;
|
||||
|
||||
require_once 'include/dba.php';
|
||||
require_once 'include/text.php';
|
||||
|
||||
/**
|
||||
* Hashtag module.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue