Merge pull request #663 from MrPetovan/task/5410-add-missing-use-statement

[widgets] Add missing use statement after dbesc conversion
This commit is contained in:
Michael Vogel 2018-07-24 03:51:08 +02:00 committed by GitHub
commit f33a6b44c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<?php
use Friendica\Core\L10n;
use Friendica\Database\DBA;
function like_widget_name() {
return "Shows likes";