changed to this:
---------------------
function bla (App &$a) {
$a->bla = 'stuff';
}
---------------------
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
require_once('include/acl_selectors.php');
|
||||
|
||||
function editpost_content(&$a) {
|
||||
function editpost_content(App &$a) {
|
||||
|
||||
$o = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user