Merge pull request #4332 from zeroadam/DfrnPollL10nFix

Dfrn_Poll Missing use
This commit is contained in:
Hypolite Petovan 2018-01-25 11:21:23 -05:00 committed by GitHub
commit cebec794e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
*/
use Friendica\App;
use Friendica\Core\Config;
use Friendica\Core\L10n;
use Friendica\Core\System;
use Friendica\Database\DBM;
use Friendica\Module\Login;