Move App to src

- Add `use Friendica\App;` wherever needed
This commit is contained in:
Hypolite Petovan 2017-04-30 00:07:00 -04:00
commit 20043914e6
197 changed files with 1321 additions and 996 deletions

View file

@ -2,6 +2,8 @@
// See update_profile.php for documentation
use Friendica\App;
require_once("mod/community.php");
function update_community_content(App $a) {