]> git.mxchange.org Git - friendica.git/blobdiff - include/event.php
Merge branch 'develop' into rewrites/dbm_is_result
[friendica.git] / include / event.php
index 4abe3ffef54a73a8b4e2264fbfdb74f405b390c9..73e61f25cf3949a20585aafc9dff55a172be6da2 100644 (file)
@@ -206,7 +206,7 @@ function bbtoevent($s) {
 }
 
 
-function sort_by_date($a) {
+function sort_by_date(App &$a) {
 
        usort($a,'ev_compare');
        return $a;