changed to this:
---------------------
function bla (App &$a) {
$a->bla = 'stuff';
}
---------------------
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
@@ -206,7 +206,7 @@ function bbtoevent($s) {
|
||||
}
|
||||
|
||||
|
||||
function sort_by_date($a) {
|
||||
function sort_by_date(App &$a) {
|
||||
|
||||
usort($a,'ev_compare');
|
||||
return $a;
|
||||
|
||||
Reference in New Issue
Block a user