mirror of
https://github.com/friendica/friendica
synced 2025-04-26 09:50:15 +00:00
changed to this:
--------------------- function bla (App &$a) { $a->bla = 'stuff'; } --------------------- Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
be35349495
commit
fb0ed18a43
8 changed files with 16 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
function nav(&$a) {
|
||||
function nav(App &$a) {
|
||||
|
||||
/*
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue