mirror of
https://github.com/friendica/friendica
synced 2025-04-22 19:10:12 +00:00
Merge pull request #673 from cpfeiffer/pgettext_missing_dba
pgettext needs dba.php for q()
This commit is contained in:
commit
dc0376402d
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
require_once("dba.php");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* translation support
|
* translation support
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue