changed to this:
---------------------
function bla (App &$a) {
$a->bla = 'stuff';
}
---------------------
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
@@ -678,7 +678,7 @@ function acl_lookup(&$a, $out_type = 'json') {
|
||||
* @param App $a
|
||||
* @return array with the search results
|
||||
*/
|
||||
function navbar_complete(&$a) {
|
||||
function navbar_complete(App &$a) {
|
||||
|
||||
// logger('navbar_complete');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user