Update namespace in mod/view

This commit is contained in:
Hypolite Petovan 2019-01-07 12:26:46 -05:00
parent c5cb976b62
commit 0c4f8277e6
1 changed files with 5 additions and 1 deletions

View File

@ -1,10 +1,14 @@
<?php
use Friendica\App;
/**
* load view/theme/$current_theme/style.php with friendica context
*
* @param App $a
*/
function view_init($a){
function view_init(App $a)
{
header("Content-Type: text/css");
if ($a->argc == 4){