]> git.mxchange.org Git - friendica.git/commitdiff
changed to this:
authorRoland Häder <roland@mxchange.org>
Tue, 20 Dec 2016 09:58:55 +0000 (10:58 +0100)
committerRoland Häder <roland@mxchange.org>
Tue, 20 Dec 2016 09:58:55 +0000 (10:58 +0100)
---------------------
function bla (App &$a) {
$a->bla = 'stuff';
}
---------------------

Signed-off-by: Roland Häder <roland@mxchange.org>
121 files changed:
mod/_well_known.php
mod/acctlink.php
mod/acl.php
mod/admin.php
mod/allfriends.php
mod/amcd.php
mod/api.php
mod/apps.php
mod/attach.php
mod/babel.php
mod/bookmarklet.php
mod/cal.php
mod/cb.php
mod/common.php
mod/community.php
mod/contactgroup.php
mod/contacts.php
mod/credits.php
mod/crepair.php
mod/delegate.php
mod/dfrn_notify.php
mod/dfrn_poll.php
mod/dfrn_request.php
mod/directory.php
mod/dirfind.php
mod/display.php
mod/editpost.php
mod/events.php
mod/fbrowser.php
mod/fetch.php
mod/filer.php
mod/filerm.php
mod/follow.php
mod/friendica.php
mod/fsuggest.php
mod/group.php
mod/hcard.php
mod/help.php
mod/home.php
mod/hostxrd.php
mod/hovercard.php
mod/ignored.php
mod/install.php
mod/invite.php
mod/item.php
mod/like.php
mod/localtime.php
mod/lockview.php
mod/login.php
mod/lostpass.php
mod/maintenance.php
mod/manage.php
mod/match.php
mod/message.php
mod/modexp.php
mod/mood.php
mod/msearch.php
mod/navigation.php
mod/network.php
mod/newmember.php
mod/nodeinfo.php
mod/nogroup.php
mod/noscrape.php
mod/notes.php
mod/notice.php
mod/notifications.php
mod/notify.php
mod/oembed.php
mod/oexchange.php
mod/openid.php
mod/opensearch.php
mod/ostatus_subscribe.php
mod/parse_url.php
mod/photo.php
mod/photos.php
mod/poco.php
mod/poke.php
mod/post.php
mod/pretheme.php
mod/probe.php
mod/profile.php
mod/profile_photo.php
mod/profiles.php
mod/profperm.php
mod/pubsub.php
mod/pubsubhubbub.php
mod/qsearch.php
mod/randprof.php
mod/receive.php
mod/redir.php
mod/register.php
mod/regmod.php
mod/removeme.php
mod/repair_ostatus.php
mod/rsd_xml.php
mod/salmon.php
mod/search.php
mod/settings.php
mod/share.php
mod/smilies.php
mod/starred.php
mod/statistics_json.php
mod/subthread.php
mod/suggest.php
mod/tagger.php
mod/tagrm.php
mod/toggle_mobile.php
mod/uexport.php
mod/uimport.php
mod/update_community.php
mod/update_display.php
mod/update_network.php
mod/update_notes.php
mod/update_profile.php
mod/videos.php
mod/viewcontacts.php
mod/viewsrc.php
mod/wall_attach.php
mod/wallmessage.php
mod/webfinger.php
mod/xrd.php

index 33070a1ecdf4dc071d65aabd94b67f530be47efe..eedddf1e5b46c97968e8bcf6835e4dc79dffbad2 100644 (file)
@@ -1,8 +1,9 @@
 <?php\r
+/// @TODO This file has DOS line endings!\r
 require_once("mod/hostxrd.php");\r
 require_once("mod/nodeinfo.php");\r
 \r
-function _well_known_init(&$a){\r
+function _well_known_init(App &$a){\r
        if ($a->argc > 1) {\r
                switch($a->argv[1]) {\r
                        case "host-meta":\r
@@ -20,7 +21,7 @@ function _well_known_init(&$a){
        killme();\r
 }\r
 \r
-function wk_social_relay(&$a) {\r
+function wk_social_relay(App &$a) {\r
 \r
        define('SR_SCOPE_ALL', 'all');\r
        define('SR_SCOPE_TAGS', 'tags');\r
index a2365803ac46047e1c1a2497520b21e46f9e0171..29f17d6e414d7765224922e3307363bd06be9887 100644 (file)
@@ -2,7 +2,7 @@
 
 require_once('include/Scrape.php');
 
-function acctlink_init(&$a) {
+function acctlink_init(App &$a) {
 
        if(x($_GET,'addr')) {
                $addr = trim($_GET['addr']);
index f5e04b96a75154ee76a042222925754164cfeaa4..802b0a399fd353d3b0c976f11ace6a1bc7264bc4 100644 (file)
@@ -3,7 +3,7 @@
 
 require_once("include/acl_selectors.php");
 
-function acl_init(&$a){
+function acl_init(App &$a){
        acl_lookup($a);
 }
 
index b4495a1946d3c744907ed79a9e62a5a9e6b4ccd4..040f55a5a6d38a1624c81cf06e97b10257bb4d91 100644 (file)
@@ -23,7 +23,7 @@ require_once("include/text.php");
  * @param App $a
  *
  */
-function admin_post(&$a){
+function admin_post(App &$a){
 
 
        if(!is_site_admin()) {
@@ -127,7 +127,7 @@ function admin_post(&$a){
  * @param App $a
  * @return string
  */
-function admin_content(&$a) {
+function admin_content(App &$a) {
 
        if(!is_site_admin()) {
                return login(false);
@@ -260,7 +260,7 @@ function admin_content(&$a) {
  * @param App $a
  * @return string
  */
-function admin_page_federation(&$a) {
+function admin_page_federation(App &$a) {
        // get counts on active friendica, diaspora, redmatrix, hubzilla, gnu
        // social and statusnet nodes this node is knowing
        //
@@ -393,7 +393,7 @@ function admin_page_federation(&$a) {
  * @param App $a
  * @return string
  */
-function admin_page_queue(&$a) {
+function admin_page_queue(App &$a) {
        // get content from the queue table
        $r = q("SELECT `c`.`name`, `c`.`nurl`, `q`.`id`, `q`.`network`, `q`.`created`, `q`.`last`
                        FROM `queue` AS `q`, `contact` AS `c`
@@ -427,7 +427,7 @@ function admin_page_queue(&$a) {
  * @param App $a
  * @return string
  */
-function admin_page_summary(&$a) {
+function admin_page_summary(App &$a) {
        global $db;
        // are there MyISAM tables in the DB? If so, trigger a warning message
        $r = q("SELECT `engine` FROM `information_schema`.`tables` WHERE `engine` = 'myisam' AND `table_schema` = '%s' LIMIT 1",
@@ -504,7 +504,7 @@ function admin_page_summary(&$a) {
  * 
  * @param App $a
  */
-function admin_page_site_post(&$a) {
+function admin_page_site_post(App &$a) {
        if(!x($_POST,"page_site")) {
                return;
        }
@@ -845,7 +845,7 @@ function admin_page_site_post(&$a) {
  * @param  App $a
  * @return string
  */
-function admin_page_site(&$a) {
+function admin_page_site(App &$a) {
 
        /* Installed langs */
        $lang_choices = get_available_languages();
@@ -1072,7 +1072,7 @@ function admin_page_site(&$a) {
  * @param App $a
  * @return string
  **/
-function admin_page_dbsync(&$a) {
+function admin_page_dbsync(App &$a) {
 
        $o = '';
 
@@ -1155,7 +1155,7 @@ function admin_page_dbsync(&$a) {
  * 
  * @param App $a
  */
-function admin_page_users_post(&$a){
+function admin_page_users_post(App &$a){
        $pending     =  (x($_POST, 'pending')                   ? $_POST['pending']             : array());
        $users       =  (x($_POST, 'user')                      ? $_POST['user']                : array());
        $nu_name     =  (x($_POST, 'new_user_name')             ? $_POST['new_user_name']       : '');
@@ -1260,7 +1260,7 @@ function admin_page_users_post(&$a){
  * @param App $a
  * @return string
  */
-function admin_page_users(&$a){
+function admin_page_users(App &$a){
        if($a->argc>2) {
                $uid = $a->argv[3];
                $user = q("SELECT `username`, `blocked` FROM `user` WHERE `uid` = %d", intval($uid));
@@ -1460,7 +1460,7 @@ function admin_page_users(&$a){
  * @param App $a
  * @return string
  */
-function admin_page_plugins(&$a){
+function admin_page_plugins(App &$a){
 
        /*
         * Single plugin
@@ -1666,7 +1666,7 @@ function rebuild_theme_table($themes) {
  * @param App $a
  * @return string
  */
-function admin_page_themes(&$a){
+function admin_page_themes(App &$a){
 
        $allowed_themes_str = get_config('system','allowed_themes');
        $allowed_themes_raw = explode(',',$allowed_themes_str);
@@ -1847,7 +1847,7 @@ function admin_page_themes(&$a){
  * 
  * @param App $a
  */
-function admin_page_logs_post(&$a) {
+function admin_page_logs_post(App &$a) {
        if(x($_POST,"page_logs")) {
                check_form_security_token_redirectOnErr('/admin/logs', 'admin_logs');
 
@@ -1881,7 +1881,7 @@ function admin_page_logs_post(&$a) {
  * @param App $a
  * @return string
  */
-function admin_page_logs(&$a){
+function admin_page_logs(App &$a){
 
        $log_choices = array(
                LOGGER_NORMAL   => 'Normal',
@@ -1938,7 +1938,7 @@ function admin_page_logs(&$a){
  * @param App $a
  * @return string
  */
-function admin_page_viewlogs(&$a){
+function admin_page_viewlogs(App &$a){
        $t = get_markup_template("admin_viewlogs.tpl");
        $f = get_config('system','logfile');
        $data = '';
@@ -1980,7 +1980,7 @@ function admin_page_viewlogs(&$a){
  * 
  * @param App $a
  */
-function admin_page_features_post(&$a) {
+function admin_page_features_post(App &$a) {
 
        check_form_security_token_redirectOnErr('/admin/features', 'admin_manage_features');
 
@@ -2026,7 +2026,7 @@ function admin_page_features_post(&$a) {
  * @param App $a
  * @return string
  */
-function admin_page_features(&$a) {
+function admin_page_features(App &$a) {
        
        if((argc() > 1) && (argv(1) === 'features')) {
                $arr = array();
index e4f067eaf7d4cd1b0aef62fcf800895eee17c41d..43490e96401df2c305d6c901be9b20f2d968998d 100644 (file)
@@ -5,7 +5,7 @@ require_once('include/Contact.php');
 require_once('include/contact_selectors.php');
 require_once('mod/contacts.php');
 
-function allfriends_content(&$a) {
+function allfriends_content(App &$a) {
 
        $o = '';
        if(! local_user()) {
@@ -19,7 +19,7 @@ function allfriends_content(&$a) {
        if(! $cid)
                return;
 
-       $uid = $a->user[uid];
+       $uid = $a->user['uid'];
 
        $c = q("SELECT `name`, `url`, `photo` FROM `contact` WHERE `id` = %d AND `uid` = %d LIMIT 1",
                intval($cid),
index a2a1327e6df8b47c5452eb2fe0e1780294b26988..3fcdb42c8dd599306870815a7197ba99f0c0fec1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-function amcd_content(&$a) {
+function amcd_content(App &$a) {
 //header("Content-type: text/json");
 echo <<< EOT
 {
index 406ef26c1c76adf22993b14e27da1badd1c87bb8..b398daac8ce62ae63d8840b35aba92e5bfad3fd0 100644 (file)
@@ -20,7 +20,7 @@ function oauth_get_client($request){
        return $r[0];
 }
 
-function api_post(&$a) {
+function api_post(App &$a) {
 
        if(! local_user()) {
                notice( t('Permission denied.') . EOL);
@@ -34,7 +34,7 @@ function api_post(&$a) {
 
 }
 
-function api_content(&$a) {
+function api_content(App &$a) {
        if ($a->cmd=='api/oauth/authorize'){
                /*
                 * api/oauth/authorize interact with the user. return a standard page
index a821ef5d5b89192b5534df7e8b78cd074e9a7964..4d6395e4ea64673f33ad3fd0517a15191d924393 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-function apps_content(&$a) {
+function apps_content(App &$a) {
     $privateaddons = get_config('config','private_addons');
       if ($privateaddons === "1") {
        if((! (local_user())))  {
index 94cb75a386d2a7f6d7ae7681635a495d8f39d7ad..3b1fc0ec82514fe0111e0ad50342810d37696d31 100644 (file)
@@ -2,7 +2,7 @@
 
 require_once('include/security.php');
 
-function attach_init(&$a) {
+function attach_init(App &$a) {
 
        if($a->argc != 2) {
                notice( t('Item not available.') . EOL);
index d31e090c554ee7f0b2c4eb6e716ed5b0d1f646ab..5129f5bf594422486c23579e2b977555b39e48a8 100644 (file)
@@ -9,7 +9,7 @@ function visible_lf($s) {
        return str_replace("\n",'<br />', $s);
 }
 
-function babel_content(&$a) {
+function babel_content(App &$a) {
 
        $o .= '<h1>Babel Diagnostic</h1>';
 
index cb8320013f39efc2a11c4908ba7bdc69356899cf..1d68069439a1e3acf53e52465c84c300571865b6 100644 (file)
@@ -3,11 +3,11 @@
 require_once('include/conversation.php');
 require_once('include/items.php');
 
-function bookmarklet_init(&$a) {
+function bookmarklet_init(App &$a) {
        $_GET["mode"] = "minimal";
 }
 
-function bookmarklet_content(&$a) {
+function bookmarklet_content(App &$a) {
        if(!local_user()) {
                $o = '<h2>'.t('Login').'</h2>';
                $o .= login(($a->config['register_policy'] == REGISTER_CLOSED) ? false : true);
index 8b8dbed958ad3284bf3aee4ad85126e7b229c9ed..48ba06ed6cc5defd9972aa9f62291e6505d0cf6e 100644 (file)
@@ -9,7 +9,7 @@
 require_once('include/event.php');
 require_once('include/redir.php');
 
-function cal_init(&$a) {
+function cal_init(App &$a) {
        if($a->argc > 1)
                auto_redir($a, $a->argv[1]);
 
@@ -64,7 +64,7 @@ function cal_init(&$a) {
        return;
 }
 
-function cal_content(&$a) {
+function cal_content(App &$a) {
        nav_set_selected('events');
 
        $editselect = 'none';
index 6375d23984d708c989b81d53699843f9235fb076..90e41fb6d5e1d821dac470aff382c6076919dd83 100644 (file)
@@ -5,19 +5,19 @@
  */
 
 
-function cb_init(&$a) {
+function cb_init(App &$a) {
        call_hooks('cb_init');
 }
 
-function cb_post(&$a) {
+function cb_post(App &$a) {
        call_hooks('cb_post', $_POST);
 }
 
-function cb_afterpost(&$a) {
+function cb_afterpost(App &$a) {
        call_hooks('cb_afterpost');
 }
 
-function cb_content(&$a) {
+function cb_content(App &$a) {
        $o = '';
        call_hooks('cb_content', $o);
        return $o;
index 9781d1607c4f38011ff0e0e081912e63ca51406b..e0cd655061748833e3ebe444abf4efaa06821427 100644 (file)
@@ -5,7 +5,7 @@ require_once('include/Contact.php');
 require_once('include/contact_selectors.php');
 require_once('mod/contacts.php');
 
-function common_content(&$a) {
+function common_content(App &$a) {
 
        $o = '';
 
index c8f04d8bd619e67bea2afe626065c20b0c1e3a60..7a1e72733807c23d62c894c5bc9cdb6b7f9b6939 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-function community_init(&$a) {
+function community_init(App &$a) {
        if(! local_user()) {
                unset($_SESSION['theme']);
                unset($_SESSION['mobile-theme']);
index 0671ff42ae45d314f63d617f65a30565d7d7e06c..f98d9f4b5305f68f354886aad29b1fe059c852b2 100644 (file)
@@ -2,7 +2,7 @@
 
 require_once('include/group.php');
 
-function contactgroup_content(&$a) {
+function contactgroup_content(App &$a) {
 
 
        if(! local_user()) {
index 22e08b8c96037514c426d0415c081b20f03a352a..45bd356d47d7e768b5961f8340512d1a8f6af607 100644 (file)
@@ -7,7 +7,7 @@ require_once('include/Scrape.php');
 require_once('mod/proxy.php');
 require_once('include/Photo.php');
 
-function contacts_init(&$a) {
+function contacts_init(App &$a) {
        if(! local_user())
                return;
 
@@ -91,7 +91,7 @@ function contacts_init(&$a) {
 
 }
 
-function contacts_batch_actions(&$a){
+function contacts_batch_actions(App &$a){
        $contacts_id = $_POST['contact_batch'];
        if (!is_array($contacts_id)) return;
 
@@ -136,7 +136,7 @@ function contacts_batch_actions(&$a){
 }
 
 
-function contacts_post(&$a) {
+function contacts_post(App &$a) {
 
        if(! local_user())
                return;
@@ -339,7 +339,7 @@ function _contact_drop($contact_id, $orig_record) {
 }
 
 
-function contacts_content(&$a) {
+function contacts_content(App &$a) {
 
        $sort_type = 0;
        $o = '';
index f8cfb03f3782230e51ded8a973fb7e0455f2233c..84e32b83d578133c70c6be16b7f473fd3f8d523c 100644 (file)
@@ -5,7 +5,7 @@
  * addons repository will be listed though ATM)
  */
 
-function credits_content (&$a) {
+function credits_content (App &$a) {
     /* fill the page with credits */
     $f = fopen('util/credits.txt','r');
     $names = fread($f, filesize('util/credits.txt'));
index 66faadb06a0483bf0fcc3503e773a58574efb673..308d5b95e9d573ea990966225b4e02db897ee294 100644 (file)
@@ -2,7 +2,7 @@
 require_once("include/contact_selectors.php");
 require_once("mod/contacts.php");
 
-function crepair_init(&$a) {
+function crepair_init(App &$a) {
        if(! local_user())
                return;
 
@@ -30,7 +30,7 @@ function crepair_init(&$a) {
 }
 
 
-function crepair_post(&$a) {
+function crepair_post(App &$a) {
        if(! local_user())
                return;
 
@@ -95,7 +95,7 @@ function crepair_post(&$a) {
 
 
 
-function crepair_content(&$a) {
+function crepair_content(App &$a) {
 
        if(! local_user()) {
                notice( t('Permission denied.') . EOL);
index 94e641068d67bec37c7e6785a52cb92ab66f0a20..7dbeef73772360a29a5386e43ca04503f8c84969 100644 (file)
@@ -1,12 +1,12 @@
 <?php
 require_once('mod/settings.php');
 
-function delegate_init(&$a) {
+function delegate_init(App &$a) {
        return settings_init($a);
 }
 
 
-function delegate_content(&$a) {
+function delegate_content(App &$a) {
 
        if(! local_user()) {
                notice( t('Permission denied.') . EOL);
index ca12211583d4b116d6a503772ab012878a30edaf..eebaa076d94b9bc0ece344ee5e09ae9478f8ee37 100644 (file)
@@ -11,7 +11,7 @@ require_once('include/event.php');
 
 require_once('library/defuse/php-encryption-1.2.1/Crypto.php');
 
-function dfrn_notify_post(&$a) {
+function dfrn_notify_post(App &$a) {
        logger(__function__, LOGGER_TRACE);
        $dfrn_id      = ((x($_POST,'dfrn_id'))      ? notags(trim($_POST['dfrn_id']))   : '');
        $dfrn_version = ((x($_POST,'dfrn_version')) ? (float) $_POST['dfrn_version']    : 2.0);
@@ -221,7 +221,7 @@ function dfrn_notify_post(&$a) {
 }
 
 
-function dfrn_notify_content(&$a) {
+function dfrn_notify_content(App &$a) {
 
        if(x($_GET,'dfrn_id')) {
 
index 0c55af2a8959f26f86ca7e6cdba4d9b054794115..f74429e5803b43a660c51edd579840ccc21f3b5a 100644 (file)
@@ -4,7 +4,7 @@ require_once('include/auth.php');
 require_once('include/dfrn.php');
 
 
-function dfrn_poll_init(&$a) {
+function dfrn_poll_init(App &$a) {
 
 
        $dfrn_id         = ((x($_GET,'dfrn_id'))         ? $_GET['dfrn_id']              : '');
@@ -203,7 +203,7 @@ function dfrn_poll_init(&$a) {
 
 
 
-function dfrn_poll_post(&$a) {
+function dfrn_poll_post(App &$a) {
 
        $dfrn_id      = ((x($_POST,'dfrn_id'))      ? $_POST['dfrn_id']              : '');
        $challenge    = ((x($_POST,'challenge'))    ? $_POST['challenge']            : '');
@@ -383,7 +383,7 @@ function dfrn_poll_post(&$a) {
        }
 }
 
-function dfrn_poll_content(&$a) {
+function dfrn_poll_content(App &$a) {
 
        $dfrn_id         = ((x($_GET,'dfrn_id'))         ? $_GET['dfrn_id']              : '');
        $type            = ((x($_GET,'type'))            ? $_GET['type']                 : 'data');
index 14ea0fdd4a9773d6c04515f2cd6065ec301f791d..d5e8abe906e3d8050cf5bc335007faaa3989cdcc 100644 (file)
@@ -17,7 +17,7 @@ require_once('include/Scrape.php');
 require_once('include/Probe.php');
 require_once('include/group.php');
 
-function dfrn_request_init(&$a) {
+function dfrn_request_init(App &$a) {
 
        if($a->argc > 1)
                $which = $a->argv[1];
@@ -42,7 +42,7 @@ function dfrn_request_init(&$a) {
  * After logging in, we click 'submit' to approve the linkage.
  *
  */
-function dfrn_request_post(&$a) {
+function dfrn_request_post(App &$a) {
 
        if(($a->argc != 2) || (! count($a->profile))) {
                logger('Wrong count of argc or profiles: argc=' . $a->argc . ',profile()=' . count($a->profile));
@@ -654,7 +654,7 @@ function dfrn_request_post(&$a) {
 }
 
 
-function dfrn_request_content(&$a) {
+function dfrn_request_content(App &$a) {
 
        if (($a->argc != 2) || (! count($a->profile))) {
                return "";
index ddea650de2b5796e8c7dbd065c28f44913ba38ad..c702acf376049eafe6fe1664661451673a646cd2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-function directory_init(&$a) {
+function directory_init(App &$a) {
        $a->set_pager_itemspage(60);
 
        if(local_user()) {
@@ -20,14 +20,14 @@ function directory_init(&$a) {
 }
 
 
-function directory_post(&$a) {
+function directory_post(App &$a) {
        if(x($_POST,'search'))
                $a->data['search'] = $_POST['search'];
 }
 
 
 
-function directory_content(&$a) {
+function directory_content(App &$a) {
        global $db;
 
        require_once("mod/proxy.php");
index 1e3f6f354a08d647a01e79e9e81f8533221f5676..80cba1c475b1a5b8f3240eba76b6577b57144458 100644 (file)
@@ -5,7 +5,7 @@ require_once('include/Contact.php');
 require_once('include/contact_selectors.php');
 require_once('mod/contacts.php');
 
-function dirfind_init(&$a) {
+function dirfind_init(App &$a) {
 
        if(! local_user()) {
                notice( t('Permission denied.') . EOL );
index 6ebe16ae8ad7817e23869941f202c4b828b2b9fa..c98d936a0f45dd6c01676709d7cf88947406b59c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-function display_init(&$a) {
+function display_init(App &$a) {
 
        if ((get_config('system','block_public')) && (! local_user()) && (! remote_user())) {
                return;
index eccd498d154b1dcd6c2762a0d8bdb03ee92b6d92..29f3dadff083aed698662fafd78372506e14ee5d 100644 (file)
@@ -2,7 +2,7 @@
 
 require_once('include/acl_selectors.php');
 
-function editpost_content(&$a) {
+function editpost_content(App &$a) {
 
        $o = '';
 
index bb9cc3c52e28d3a661bc42ed9bcb7d6212789144..bf65ff12676f78713254eff5bc6655edf55807a5 100644 (file)
@@ -8,11 +8,11 @@ require_once('include/datetime.php');
 require_once('include/event.php');
 require_once('include/items.php');
 
-function events_init(&$a) {
+function events_init(App &$a) {
        if(! local_user())
                return;
 
-       if($a->argc == 1) {
+       if ($a->argc == 1) {
                // if it's a json request abort here becaus we don't
                // need the widget data
                if($a->argv[1] === 'json')
@@ -20,8 +20,9 @@ function events_init(&$a) {
 
                $cal_widget = widget_events();
 
-               if(! x($a->page,'aside'))
+               if (! x($a->page,'aside')) {
                        $a->page['aside'] = '';
+               }
 
                $a->page['aside'] .= $cal_widget;
        }
@@ -29,7 +30,7 @@ function events_init(&$a) {
        return;
 }
 
-function events_post(&$a) {
+function events_post(App &$a) {
 
        logger('post: ' . print_r($_REQUEST,true));
 
@@ -184,38 +185,41 @@ function events_post(&$a) {
 
 
 
-function events_content(&$a) {
+function events_content(App &$a) {
 
        if(! local_user()) {
                notice( t('Permission denied.') . EOL);
                return;
        }
 
-       if($a->argc == 1)
+       if ($a->argc == 1) {
                $_SESSION['return_url'] = App::get_baseurl() . '/' . $a->cmd;
+       }
 
-       if(($a->argc > 2) && ($a->argv[1] === 'ignore') && intval($a->argv[2])) {
+       if (($a->argc > 2) && ($a->argv[1] === 'ignore') && intval($a->argv[2])) {
                $r = q("update event set ignore = 1 where id = %d and uid = %d",
                        intval($a->argv[2]),
                        intval(local_user())
                );
        }
 
-       if(($a->argc > 2) && ($a->argv[1] === 'unignore') && intval($a->argv[2])) {
+       if (($a->argc > 2) && ($a->argv[1] === 'unignore') && intval($a->argv[2])) {
                $r = q("update event set ignore = 0 where id = %d and uid = %d",
                        intval($a->argv[2]),
                        intval(local_user())
                );
        }
 
-       if ($a->theme_events_in_profile)
+       if ($a->theme_events_in_profile) {
                nav_set_selected('home');
-       else
+       } else {
                nav_set_selected('events');
+       }
 
        $editselect = 'none';
-       if( feature_enabled(local_user(), 'richtext') )
+       if ( feature_enabled(local_user(), 'richtext') ) {
                $editselect = 'textareas';
+       }
 
        // get the translation strings for the callendar
        $i18n = get_event_strings();
index 6af97368fb9fa5097cff2bc62381c3b168f56335..8c54a47ba2ae2cd073d359bac294950ac52fd57a 100644 (file)
@@ -10,8 +10,7 @@ require_once('include/Photo.php');
 /**
  * @param App $a
  */
-/// @TODO & is missing or App ?
-function fbrowser_content($a){
+function fbrowser_content(App &$a){
 
        if (!local_user())
                killme();
index 04bdf518804a84ee49b6da109391b3076feceda4..bf27ffb6a6d7bb5218b0e524f01886e53d5c7f15 100644 (file)
@@ -8,7 +8,7 @@ require_once("include/xml.php");
 
 /// @TODO You always make it like this: function foo(&$a)
 /// @TODO This means that the value of $a can be changed in anything, remove & and use App as type-hint
-function fetch_init(&$a){
+function fetch_init(App &$a){
 
        if (($a->argc != 3) OR (!in_array($a->argv[1], array("post", "status_message", "reshare")))) {
                header($_SERVER["SERVER_PROTOCOL"].' 404 '.t('Not Found'));
index 4e79f337dcff22502ac15d4c0673872253678312..4198502c4ce8775d8502e5ec8967d52a1c689d1f 100644 (file)
@@ -5,7 +5,7 @@ require_once('include/bbcode.php');
 require_once('include/items.php');
 
 
-function filer_content(&$a) {
+function filer_content(App &$a) {
 
        if(! local_user()) {
                killme();
index c266082c8ffe2e76a3fbe866df080e3a3159401d..e109ed404b5d6eae27ae28681398541a15fef5c4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-function filerm_content(&$a) {
+function filerm_content(App &$a) {
 
        if(! local_user()) {
                killme();
index 1f56caea5094451ecf1add9ec80d10b0373b9110..d17c874f69bcec5c8a9a5e8cc259a43f538de96d 100644 (file)
@@ -5,7 +5,7 @@ require_once('include/follow.php');
 require_once('include/Contact.php');
 require_once('include/contact_selectors.php');
 
-function follow_content(&$a) {
+function follow_content(App &$a) {
 
        if(! local_user()) {
                notice( t('Permission denied.') . EOL);
@@ -149,7 +149,7 @@ function follow_content(&$a) {
        return $o;
 }
 
-function follow_post(&$a) {
+function follow_post(App &$a) {
 
        if(! local_user()) {
                notice( t('Permission denied.') . EOL);
index 5d8e43e6cb6ceec45b8f458d1403057bd43b1452..d79c89a6b24ec9ddb867c7f7cf73434b913ceeb1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-function friendica_init(&$a) {
+function friendica_init(App &$a) {
        if ($a->argv[1]=="json"){
                $register_policy = Array('REGISTER_CLOSED', 'REGISTER_APPROVE', 'REGISTER_OPEN');
 
@@ -59,7 +59,7 @@ function friendica_init(&$a) {
 
 
 
-function friendica_content(&$a) {
+function friendica_content(App &$a) {
 
        $o = '';
        $o .= '<h3>Friendica</h3>';
index 4370952ca1dd80997e270f7b2ff1c168659681c5..9d862848f1646a69125068fec8360e696228b27e 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 
-function fsuggest_post(&$a) {
+function fsuggest_post(App &$a) {
 
        if(! local_user()) {
                return;
@@ -70,7 +70,7 @@ function fsuggest_post(&$a) {
 
 
 
-function fsuggest_content(&$a) {
+function fsuggest_content(App &$a) {
 
        require_once('include/acl_selectors.php');
 
index c4854a602d15fc95ce975e2066591b1f644f7279..db9fe35bca761176bfffb9ada68047ad9eb262be 100644 (file)
@@ -4,7 +4,7 @@ function validate_members(&$item) {
        $item = intval($item);
 }
 
-function group_init(&$a) {
+function group_init(App &$a) {
        if(local_user()) {
                require_once('include/group.php');
                $a->page['aside'] = group_side('contacts','group','extended',(($a->argc > 1) ? intval($a->argv[1]) : 0));
@@ -13,7 +13,7 @@ function group_init(&$a) {
 
 
 
-function group_post(&$a) {
+function group_post(App &$a) {
 
        if(! local_user()) {
                notice( t('Permission denied.') . EOL);
@@ -65,7 +65,7 @@ function group_post(&$a) {
        return;
 }
 
-function group_content(&$a) {
+function group_content(App &$a) {
        $change = false;
 
        if(! local_user()) {
index 3669863447934785aa9f34fb7fdfd5e64052d9ba..1d51ac80ee6e04b67535869076c2a6fcc2546d86 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-function hcard_init(&$a) {
+function hcard_init(App &$a) {
 
        $blocked = (((get_config('system','block_public')) && (! local_user()) && (! remote_user())) ? true : false);
 
index 72225692793d5206d412d9e2a671f63ded4ab762..fa574c9839b7e79d577fe575aaef8a0446b5f771 100644 (file)
@@ -18,7 +18,7 @@ if (!function_exists('load_doc_file')) {
 
 }
 
-function help_content(&$a) {
+function help_content(App &$a) {
 
        nav_set_selected('help');
 
index 62ee9868fb47313e4aa8defc003fa24345aa8d6e..7289a0fb6d7a7f3989e0c196a1ff125f32d0b735 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 if(! function_exists('home_init')) {
-function home_init(&$a) {
+function home_init(App &$a) {
 
        $ret = array();
        call_hooks('home_init',$ret);
@@ -17,7 +17,7 @@ function home_init(&$a) {
 
 
 if(! function_exists('home_content')) {
-function home_content(&$a) {
+function home_content(App &$a) {
 
        $o = '';
 
index 647073b056e3774b1431ab98208ac5c486283275..d41d8448050b7befb8e670f2a2302b14f46edaae 100644 (file)
@@ -2,7 +2,7 @@
 
 require_once('include/crypto.php');
 
-function hostxrd_init(&$a) {
+function hostxrd_init(App &$a) {
        header('Access-Control-Allow-Origin: *');
        header("Content-type: text/xml");
        $pubkey = get_config('system','site_pubkey');
index 65b75b32112df4ab9954fd40664d040d54b4b004..553d5d2232f9116559b4f397c9ab01c112793599 100644 (file)
@@ -11,7 +11,7 @@
 require_once("include/socgraph.php");
 require_once("include/Contact.php");
 
-function hovercard_init(&$a) {
+function hovercard_init(App &$a) {
        // Just for testing purposes
        $_GET["mode"] = "minimal";
 }
index 4aeeb21e6b98a38b1a5acadc069a298a119468de..446d12a6ab32fb429bc5a513054bda48627a9d2f 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 
-function ignored_init(&$a) {
+function ignored_init(App &$a) {
 
        $ignored = 0;
 
index c5baa17db274f7ed5496692d6b7e9736efff5191..92b136c338d02bb4177ccf72cca0060421d82c0b 100755 (executable)
@@ -4,7 +4,7 @@ require_once "include/Photo.php";
 $install_wizard_pass=1;
 
 
-function install_init(&$a){
+function install_init(App &$a){
 
        // $baseurl/install/testrwrite to test if rewite in .htaccess is working
        if ($a->argc==2 && $a->argv[1]=="testrewrite") {
@@ -25,7 +25,7 @@ function install_init(&$a){
 
 }
 
-function install_post(&$a) {
+function install_post(App &$a) {
        global $install_wizard_pass, $db;
 
        switch($install_wizard_pass) {
@@ -131,7 +131,7 @@ function get_db_errno() {
                return mysql_errno();
 }
 
-function install_content(&$a) {
+function install_content(App &$a) {
 
        global $install_wizard_pass, $db;
        $o = '';
@@ -560,7 +560,7 @@ function check_imagik(&$checks) {
 
 
 
-function manual_config(&$a) {
+function manual_config(App &$a) {
        $data = htmlentities($a->data['txt'],ENT_COMPAT,'UTF-8');
        $o = t('The database configuration file ".htconfig.php" could not be written. Please use the enclosed text to create a configuration file in your web server root.');
        $o .= "<textarea rows=\"24\" cols=\"80\" >$data</textarea>";
index 5964acac4349f8f1c2a9571389db88d419349e87..79b30d6e4b6eabcc3e86fc1fcc63de95ed204408 100644 (file)
@@ -9,7 +9,7 @@
 
 require_once('include/email.php');
 
-function invite_post(&$a) {
+function invite_post(App &$a) {
 
        if(! local_user()) {
                notice( t('Permission denied.') . EOL);
@@ -95,7 +95,7 @@ function invite_post(&$a) {
 }
 
 
-function invite_content(&$a) {
+function invite_content(App &$a) {
 
        if(! local_user()) {
                notice( t('Permission denied.') . EOL);
index 7bee5f3eaea52cd5f8adec1542dcbf011d301fb5..a665c6ffe3eed2e589af81d02d4e08e07e02d17b 100644 (file)
@@ -27,7 +27,7 @@ require_once('include/Scrape.php');
 require_once('include/diaspora.php');
 require_once('include/Contact.php');
 
-function item_post(&$a) {
+function item_post(App &$a) {
 
        if((! local_user()) && (! remote_user()) && (! x($_REQUEST,'commenter')))
                return;
@@ -1065,7 +1065,7 @@ function item_post_return($baseurl, $api_source, $return_path) {
 
 
 
-function item_content(&$a) {
+function item_content(App &$a) {
 
        if((! local_user()) && (! remote_user()))
                return;
index cbab9185e4dceec2b79a5e81bb3c2b6d10065d57..ff1e238ac180b9c104f1b2a85c630fac3842b275 100755 (executable)
@@ -5,7 +5,7 @@ require_once('include/bbcode.php');
 require_once('include/items.php');
 require_once('include/like.php');
 
-function like_content(&$a) {
+function like_content(App &$a) {
        if(! local_user() && ! remote_user()) {
                return false;
        }
index ce6bf84a122226b4187ef8ba4c296490b1fe848a..00a7c59094ef6313ecf992476fe9be37e4235e20 100644 (file)
@@ -3,7 +3,7 @@
 require_once('include/datetime.php');
 
 
-function localtime_post(&$a) {
+function localtime_post(App &$a) {
 
        $t = $_REQUEST['time'];
        if(! $t)
@@ -16,7 +16,7 @@ function localtime_post(&$a) {
 
 }
 
-function localtime_content(&$a) {
+function localtime_content(App &$a) {
        $t = $_REQUEST['time'];
        if(! $t)
                $t = 'now';
index 68b5d30cfeffd878f97034cdab626845c33c15e6..746df28cd9478bbbef134dbbe8a797c3c8a0750c 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 
-function lockview_content(&$a) {
+function lockview_content(App &$a) {
   
        $type = (($a->argc > 1) ? $a->argv[1] : 0);
        if (is_numeric($type)) {
index d09fc1868f55adb2525f734666abeae77c22be38..db49ba20ac50dda49c9e53b8f5e3de734c9efb50 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-function login_content(&$a) {
+function login_content(App &$a) {
        if(x($_SESSION,'theme'))
                unset($_SESSION['theme']);
        if(x($_SESSION,'mobile-theme'))
index 92e64f7e2e49b235da8547976cb9e3e686e42425..3174bcd0e0572c1b7b87f3d626f38d767da25f7b 100644 (file)
@@ -4,7 +4,7 @@ require_once('include/email.php');
 require_once('include/enotify.php');
 require_once('include/text.php');
 
-function lostpass_post(&$a) {
+function lostpass_post(App &$a) {
 
        $loginame = notags(trim($_POST['login-name']));
        if(! $loginame)
@@ -77,7 +77,7 @@ function lostpass_post(&$a) {
 }
 
 
-function lostpass_content(&$a) {
+function lostpass_content(App &$a) {
 
 
        if(x($_GET,'verify')) {
index 3d21ce40b759d6b28e7b51e8396daf9bcc91aee6..ce432f9307b4ba26c4c51fb9ab32f33a3b9e0417 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-function maintenance_content(&$a) {
+function maintenance_content(App &$a) {
        header('HTTP/1.1 503 Service Temporarily Unavailable');
        header('Status: 503 Service Temporarily Unavailable');
        header('Retry-After: 600');
index 2138595beefc914da535594ad14432cbb98ce068..3eecfbb7150c939ffb3c6d6f964f1519e395677c 100644 (file)
@@ -3,7 +3,7 @@
 require_once("include/text.php");
 
 
-function manage_post(&$a) {
+function manage_post(App &$a) {
 
        if(! local_user())
                return;
@@ -91,7 +91,7 @@ function manage_post(&$a) {
 
 
 
-function manage_content(&$a) {
+function manage_content(App &$a) {
 
        if(! local_user()) {
                notice( t('Permission denied.') . EOL);
index 69bf3c1101142f33bdd98c3ef40669d12f0d46c5..cdf2f8eacd6d6d8afd16e3f76b48bf4de0542196 100644 (file)
@@ -13,7 +13,7 @@ require_once('mod/proxy.php');
  * @param App &$a
  * @return void|string
  */
-function match_content(&$a) {
+function match_content(App &$a) {
 
        $o = '';
        if(! local_user())
index b0d0ba95ca54d92d7503306e8b54e7c8871bda8b..0191eab0c9308f93816441537436907dcb9985f3 100644 (file)
@@ -4,7 +4,7 @@ require_once('include/acl_selectors.php');
 require_once('include/message.php');
 require_once('include/Smilies.php');
 
-function message_init(&$a) {
+function message_init(App &$a) {
 
        $tabs = '';
 
@@ -40,7 +40,7 @@ function message_init(&$a) {
 
 }
 
-function message_post(&$a) {
+function message_post(App &$a) {
 
        if(! local_user()) {
                notice( t('Permission denied.') . EOL);
@@ -173,7 +173,7 @@ function item_redir_and_replace_images($body, $images, $cid) {
 
 
 
-function message_content(&$a) {
+function message_content(App &$a) {
 
        $o = '';
        nav_set_selected('messages');
@@ -364,7 +364,7 @@ function message_content(&$a) {
 
        $_SESSION['return_url'] = $a->query_string;
 
-       if($a->argc == 1) {
+       if ($a->argc == 1) {
 
                // List messages
 
index 3729e3236cc2460989031b62c83ca91963432514..5fc7012909e30b8a9380dd873cb66738abd2d005 100644 (file)
@@ -2,7 +2,7 @@
 
 require_once('library/asn1.php');
 
-function modexp_init(&$a) {
+function modexp_init(App &$a) {
 
        if($a->argc != 2)
                killme();
index e378b9d0a40a8c40f1bd2146f7a41ac884840dc7..e98c16108f4e1627fb5073d0703b97dc0df1603b 100644 (file)
@@ -5,7 +5,7 @@ require_once('include/bbcode.php');
 require_once('include/items.php');
 
 
-function mood_init(&$a) {
+function mood_init(App &$a) {
 
        if(! local_user())
                return;
@@ -108,7 +108,7 @@ function mood_init(&$a) {
 
 
 
-function mood_content(&$a) {
+function mood_content(App &$a) {
 
        if(! local_user()) {
                notice( t('Permission denied.') . EOL);
index ba7a92d64e26fa697043b4d1e230d1bea38cc278..4b5205ac0848d937fb9c1d337eeeeac8bcbf1a29 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-function msearch_post(&$a) {
+function msearch_post(App &$a) {
 
        $perpage = (($_POST['n']) ? $_POST['n'] : 80);
        $page = (($_POST['p']) ? intval($_POST['p'] - 1) : 0);
index cba950a431739ba6be394c12e46f2bdbf62d2606..d69c76a843513e810d10db9b31f10d72d14aed9d 100644 (file)
@@ -2,7 +2,7 @@
 
 require_once("include/nav.php");
 
-function navigation_content(&$a) {
+function navigation_content(App &$a) {
 
        $nav_info = nav_info($a);
 
index c040a547a4b97a0a62ae7caa3640fd289db387ba..dde3a3bae71cf06a3a4f78bef7457b579c227451 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-function network_init(&$a) {
+function network_init(App &$a) {
        if(! local_user()) {
                notice( t('Permission denied.') . EOL);
                return;
@@ -222,7 +222,7 @@ function saved_searches($search) {
  *
  * @return Array ( $no_active, $comment_active, $postord_active, $conv_active, $new_active, $starred_active, $bookmarked_active, $spam_active );
  */
-function network_query_get_sel_tab($a) {
+function network_query_get_sel_tab(App &$a) {
        $no_active='';
        $starred_active = '';
        $new_active = '';
@@ -293,7 +293,7 @@ function network_query_get_sel_net() {
        return $network;
 }
 
-function network_query_get_sel_group($a) {
+function network_query_get_sel_group(App &$a) {
        $group = false;
 
        if($a->argc >= 2 && is_numeric($a->argv[1])) {
@@ -810,7 +810,7 @@ function network_content(&$a, $update = 0) {
  * @param app $a The global App
  * @return string Html of the networktab
  */
-function network_tabs($a) {
+function network_tabs(App &$a) {
        // item filter tabs
        /// @TODO fix this logic, reduce duplication
        /// $a->page['content'] .= '<div class="tabs-wrapper">';
index aa55c3a098804f7e77e696e07167ecf35c9c7ad1..1ef0985066e1971bdedee1e4a2ba80b02aeb2297 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-function newmember_content(&$a) {
+function newmember_content(App &$a) {
 
 
        $o = '<h1>' . t('Welcome to Friendica') . '</h1>';
index e55dba128f961071a3705e9a1543846d01d5446f..104fecb755ddc21ea1ad118ffaaeecc84b603700 100644 (file)
@@ -7,7 +7,7 @@
 
 require_once("include/plugin.php");
 
-function nodeinfo_wellknown(&$a) {
+function nodeinfo_wellknown(App &$a) {
        if (!get_config("system", "nodeinfo")) {
                http_status_exit(404);
                killme();
@@ -20,7 +20,7 @@ function nodeinfo_wellknown(&$a) {
        exit;
 }
 
-function nodeinfo_init(&$a){
+function nodeinfo_init(App &$a){
        if (!get_config("system", "nodeinfo")) {
                http_status_exit(404);
                killme();
index 0a014c067668daf5c2a40c34b79bec944fae3137..3cf02069dfc1c29bbd79ea4b9d06ab32ee672f67 100644 (file)
@@ -4,7 +4,7 @@ require_once('include/Contact.php');
 require_once('include/socgraph.php');
 require_once('include/contact_selectors.php');
 
-function nogroup_init(&$a) {
+function nogroup_init(App &$a) {
 
        if(! local_user())
                return;
@@ -19,7 +19,7 @@ function nogroup_init(&$a) {
 }
 
 
-function nogroup_content(&$a) {
+function nogroup_content(App &$a) {
 
        if(! local_user()) {
                notice( t('Permission denied.') . EOL);
index 98d491bca6af0861750aca5b96b14a3c52706f04..f1370167c5eb2815eccd1fb2c8091c800a257c9f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-function noscrape_init(&$a) {
+function noscrape_init(App &$a) {
 
        if($a->argc > 1)
                $which = $a->argv[1];
index 74ab18a6f95f0aeeb16418b584709163a471c981..f50f41eaf2e82db354d99b239bb667ced94f453b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-function notes_init(&$a) {
+function notes_init(App &$a) {
 
        if(! local_user())
                return;
index 71c4977be9bf378dff0ad65aeb076d360e9223b7..e338d8752d5485c6d96bd886897579d2570f27c0 100644 (file)
@@ -1,7 +1,7 @@
 <?php
        /* identi.ca -> friendica items permanent-url compatibility */
        
-       function notice_init(&$a){
+       function notice_init(App &$a){
                $id = $a->argv[1];
                $r = q("SELECT user.nickname FROM user LEFT JOIN item ON item.uid=user.uid WHERE item.id=%d",
                                intval($id)
index 3e0bd9cc47d715e79adefe574436f97ff5465238..e7f32a58721156e654de62b339dc5369f6c69cb9 100644 (file)
@@ -9,7 +9,7 @@ require_once("include/NotificationsManager.php");
 require_once("include/contact_selectors.php");
 require_once("include/network.php");
 
-function notifications_post(&$a) {
+function notifications_post(App &$a) {
 
        if(! local_user()) {
                goaway(z_root());
@@ -65,7 +65,7 @@ function notifications_post(&$a) {
        }
 }
 
-function notifications_content(&$a) {
+function notifications_content(App &$a) {
 
        if(! local_user()) {
                notice( t('Permission denied.') . EOL);
index 092639735db253ba987adae2cb15ebe2f532e300..cd836dada70d387e9680122eaf371360903aa1a8 100644 (file)
@@ -2,7 +2,7 @@
 require_once('include/NotificationsManager.php');
 
 
-function notify_init(&$a) {
+function notify_init(App &$a) {
        if(! local_user()) return;
        $nm = new NotificationsManager();
                
@@ -36,7 +36,7 @@ function notify_init(&$a) {
 
 }
 
-function notify_content(&$a) {
+function notify_content(App &$a) {
        if(! local_user()) return login();
 
        $nm = new NotificationsManager();
index cb478cb8605d7054133a6e9ab371e2dbb9187d9b..1d6e6145cd35cd0c873dec999f59429d2ed59d23 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 require_once("include/oembed.php");
 
-function oembed_content(&$a){
+function oembed_content(App &$a){
        // logger('mod_oembed ' . $a->query_string, LOGGER_ALL);
 
        if ($a->argv[1]=='b2h'){
index b25c418e4c41fb31e6d425d97da3a08b75159953..83b9453f2f3a6c50a173dab8243de4e7636f6fe2 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 
-function oexchange_init(&$a) {
+function oexchange_init(App &$a) {
 
        if(($a->argc > 1) && ($a->argv[1] === 'xrd')) {
                $tpl = get_markup_template('oexchange_xrd.tpl');
@@ -14,7 +14,7 @@ function oexchange_init(&$a) {
 
 }
 
-function oexchange_content(&$a) {
+function oexchange_content(App &$a) {
 
        if(! local_user()) {
                $o = login(false);
index 9ee1877674ced05777bebc6609309c228665ae90..e14b5f82d93f57e4e56c6516712cff5490e6b1cc 100644 (file)
@@ -4,7 +4,7 @@
 require_once('library/openid.php');
 
 
-function openid_content(&$a) {
+function openid_content(App &$a) {
 
        $noid = get_config('system','no_openid');
        if($noid)
index 50ecc4e69efbe2bbb7663a6f862a98d28968994d..1a7d4cd30715bff0b23d91ba4bbfcd42158b4ab7 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-    function opensearch_content(&$a) {
+    function opensearch_content(App &$a) {
        
                $tpl = get_markup_template('opensearch.tpl');
        
index 2e09bfc0d6eacdbe93601457fa8db76871ec5fde..55abdf183fbf207e922ac9ba1465d2153ec24d88 100644 (file)
@@ -3,7 +3,7 @@
 require_once('include/Scrape.php');
 require_once('include/follow.php');
 
-function ostatus_subscribe_content(&$a) {
+function ostatus_subscribe_content(App &$a) {
 
        if(! local_user()) {
                notice( t('Permission denied.') . EOL);
index 410e0877377ef9291cbf0ae7b016c6a8204a3ea8..44cf80935e2bd237aa437a55969c82c1f2823c84 100644 (file)
@@ -19,7 +19,7 @@ use \Friendica\ParseUrl;
 
 require_once("include/items.php");
 
-function parse_url_content(&$a) {
+function parse_url_content(App &$a) {
 
        $text = null;
        $str_tags = "";
index a94a3ac2ce57eb97f260689e6cb699b2766ce94f..9744b9f239b246a595f3b722b7e4e7c5dda13c39 100644 (file)
@@ -3,7 +3,7 @@
 require_once('include/security.php');
 require_once('include/Photo.php');
 
-function photo_init(&$a) {
+function photo_init(App &$a) {
        global $_SERVER;
 
        $prvcachecontrol = false;
index 5b402746a95a06fc65264a99c67459eae0d9690f..94ddb91dd99bd11c3b423163ba8d5b8ec3ece495 100644 (file)
@@ -10,7 +10,7 @@ require_once('include/tags.php');
 require_once('include/threads.php');
 require_once('include/Probe.php');
 
-function photos_init(&$a) {
+function photos_init(App &$a) {
 
        if ($a->argc > 1)
                auto_redir($a, $a->argv[1]);
@@ -112,7 +112,7 @@ function photos_init(&$a) {
 
 
 
-function photos_post(&$a) {
+function photos_post(App &$a) {
 
        logger('mod-photos: photos_post: begin' , LOGGER_DEBUG);
 
@@ -928,7 +928,7 @@ function photos_post(&$a) {
 
 
 
-function photos_content(&$a) {
+function photos_content(App &$a) {
 
        // URLs:
        // photos/name
index e454d1e668fce7deeea29a82c5017c1eb4719d88..787776b90657babc03474f4af57b085e1c6a7d14 100644 (file)
@@ -2,7 +2,7 @@
 // See here for a documentation for portable contacts:
 // https://web.archive.org/web/20160405005550/http://portablecontacts.net/draft-spec.html
 
-function poco_init(&$a) {
+function poco_init(App &$a) {
        require_once("include/bbcode.php");
 
        $system_mode = false;
index fea5c0c0d8ceda163f3616963e039e0dc12bfa23..cc6d4ff8966a3608c5b316b6edd5277401d7d307 100644 (file)
@@ -19,7 +19,7 @@ require_once('include/bbcode.php');
 require_once('include/items.php');
 
 
-function poke_init(&$a) {
+function poke_init(App &$a) {
 
        if(! local_user())
                return;
@@ -144,7 +144,7 @@ function poke_init(&$a) {
 
 
 
-function poke_content(&$a) {
+function poke_content(App &$a) {
 
        if(! local_user()) {
                notice( t('Permission denied.') . EOL);
index a8d345ecb6c7af48e85454db79314259eb5e66e9..076587839d96765577d270403dbfb9e4c7ae96ae 100644 (file)
@@ -10,11 +10,11 @@ require_once('include/crypto.php');
 // not yet ready for prime time
 //require_once('include/zot.php');
        
-function post_post(&$a) {
+function post_post(App &$a) {
 
        $bulk_delivery = false;
 
-       if($a->argc == 1) {
+       if ($a->argc == 1) {
                $bulk_delivery = true;
        }
        else {
index 4584cb29e2564cd31963438d08b295d09c140ecb..694fd5ba2796a6f6ea19dcafcf7e75a1feeb9764 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-function pretheme_init(&$a) {
+function pretheme_init(App &$a) {
        
        if($_REQUEST['theme']) {
                $theme = $_REQUEST['theme'];
index c95db291b359a8410597ceb08d508826441e00cd..c368a50f584be647e332b41c761144be32c0a291 100644 (file)
@@ -2,7 +2,7 @@
 
 require_once('include/Scrape.php');
 
-function probe_content(&$a) {
+function probe_content(App &$a) {
 
        $o .= '<h3>Probe Diagnostic</h3>';
 
index 20206c7335259b058475cf0dfa2d0849e8291094..b7756453fec807ceea8b682f5c844ec71197aa5d 100644 (file)
@@ -4,7 +4,7 @@ require_once('include/contact_widgets.php');
 require_once('include/redir.php');
 
 
-function profile_init(&$a) {
+function profile_init(App &$a) {
 
        if(! x($a->page,'aside'))
                $a->page['aside'] = '';
index 371effd0cb0e961cd01675c899cdc53a64ade8b0..52cf6d26f451aceada498c44aae8b8978bd7aa67 100644 (file)
@@ -2,7 +2,7 @@
 
 require_once("include/Photo.php");
 
-function profile_photo_init(&$a) {
+function profile_photo_init(App &$a) {
 
        if(! local_user()) {
                return;
@@ -13,7 +13,7 @@ function profile_photo_init(&$a) {
 }
 
 
-function profile_photo_post(&$a) {
+function profile_photo_post(App &$a) {
 
        if(! local_user()) {
                notice ( t('Permission denied.') . EOL );
@@ -169,7 +169,7 @@ function profile_photo_post(&$a) {
 
 
 if(! function_exists('profile_photo_content')) {
-function profile_photo_content(&$a) {
+function profile_photo_content(App &$a) {
 
        if(! local_user()) {
                notice( t('Permission denied.') . EOL );
index 44067032ea527a05f71d0048a686785a1ce44264..186d7a615ef7d0202d07adc23e3617415ff6b224 100644 (file)
@@ -2,7 +2,7 @@
 require_once("include/Contact.php");
 require_once('include/Probe.php');
 
-function profiles_init(&$a) {
+function profiles_init(App &$a) {
 
        nav_set_selected('profiles');
 
@@ -160,7 +160,7 @@ function profile_clean_keywords($keywords) {
        return $keywords;
 }
 
-function profiles_post(&$a) {
+function profiles_post(App &$a) {
 
        if(! local_user()) {
                notice( t('Permission denied.') . EOL);
@@ -599,7 +599,7 @@ function profile_activity($changed, $value) {
 }
 
 
-function profiles_content(&$a) {
+function profiles_content(App &$a) {
 
        if(! local_user()) {
                notice( t('Permission denied.') . EOL);
index aa610d3a93082821c4906a62a640678f071baf34..694e2f4db7769e8c3b47492cfc119c27d43ffefb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-function profperm_init(&$a) {
+function profperm_init(App &$a) {
 
        if(! local_user())
                return;
@@ -13,7 +13,7 @@ function profperm_init(&$a) {
 }
 
 
-function profperm_content(&$a) {
+function profperm_content(App &$a) {
 
        if(! local_user()) {
                notice( t('Permission denied') . EOL);
index ea7e1000bade84bfde27357ba359fd5f75bd83d1..308e237d5d55bbebe91e12e36a927184bfaf6177 100644 (file)
@@ -26,7 +26,7 @@ function hub_post_return() {
 
 
 
-function pubsub_init(&$a) {
+function pubsub_init(App &$a) {
 
        $nick       = (($a->argc > 1) ? notags(trim($a->argv[1])) : '');
        $contact_id = (($a->argc > 2) ? intval($a->argv[2])       : 0 );
@@ -98,7 +98,7 @@ function pubsub_init(&$a) {
 
 require_once('include/security.php');
 
-function pubsub_post(&$a) {
+function pubsub_post(App &$a) {
 
        $xml = file_get_contents('php://input');
 
index bfe553c44caf1e8c91b5ee7cc74f1e2167fe3408..a6c36631aefa5fb77a6d383d2a39d1cff23156f3 100644 (file)
@@ -4,7 +4,7 @@ function post_var($name) {
        return (x($_POST, $name)) ? notags(trim($_POST[$name])) : '';
 }
 
-function pubsubhubbub_init(&$a) {
+function pubsubhubbub_init(App &$a) {
        // PuSH subscription must be considered "public" so just block it
        // if public access isn't enabled.
        if (get_config('system', 'block_public')) {
index a440ea708fe22e0b211ad588468d198abd773202..b42b1cfd8424283315ce6c27f04db063c63fee3c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-function qsearch_init(&$a) {
+function qsearch_init(App &$a) {
 
        if(! local_user())
                killme();
index 877bf818b906f70b8fd679dfabce883d4e82ce80..bf9fa34256bde995a4f267bf3c9081ffa18616d8 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 
-function randprof_init(&$a) {
+function randprof_init(App &$a) {
        require_once('include/Contact.php');
        $x = random_profile();
        if($x)
index 99e3648e91d3ae20d93e8b309404457d8cacd1c9..90dcc05281cd9f4f82509b4d7eb0a42b88f6007c 100644 (file)
@@ -10,7 +10,7 @@ require_once('include/crypto.php');
 require_once('include/diaspora.php');
 
 
-function receive_post(&$a) {
+function receive_post(App &$a) {
 
 
        $enabled = intval(get_config('system','diaspora_enabled'));
index 5dc5ad372416e2788a376f8dafb1bc903615c217..e58158027139b5b18755f394cdc12a8faf22aa7e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-function redir_init(&$a) {
+function redir_init(App &$a) {
 
        $url = ((x($_GET,'url')) ? $_GET['url'] : '');
        $quiet = ((x($_GET,'quiet')) ? '&quiet=1' : '');
index 36ca18948409cbca1bf0c8107c0b57640c2db167..dd953de35619119cb7a7d898a4e11f974bec9452 100644 (file)
@@ -5,7 +5,7 @@ require_once('include/bbcode.php');
 require_once('include/user.php');
 
 if(! function_exists('register_post')) {
-function register_post(&$a) {
+function register_post(App &$a) {
 
        global $lang;
 
@@ -172,7 +172,7 @@ function register_post(&$a) {
 
 
 if(! function_exists('register_content')) {
-function register_content(&$a) {
+function register_content(App &$a) {
 
        // logged in users can register others (people/pages/groups)
        // even with closed registrations, unless specifically prohibited by site policy.
index 7b99181dde92ad0add8f193ac0d7c77f8755e1c6..d20383ba53846864d655ed7716fefb81b1082f53 100644 (file)
@@ -96,7 +96,7 @@ function user_deny($hash) {
 
 }
 
-function regmod_content(&$a) {
+function regmod_content(App &$a) {
 
        global $lang;
 
index b7043f37bb001f298f4716f1c79e6cda1e250c19..b7bdaa9400c765e4a696666ff32940a93bd71a10 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-function removeme_post(&$a) {
+function removeme_post(App &$a) {
 
        if (! local_user()) {
                return;
@@ -32,7 +32,7 @@ function removeme_post(&$a) {
 
 }
 
-function removeme_content(&$a) {
+function removeme_content(App &$a) {
 
        if (! local_user()) {
                goaway(z_root());
index 7a454a4ae0be733e3f3736890f72a1a188b6b5fa..2ade3c2dcce05606b2026882dc4fcf6247a27e27 100755 (executable)
@@ -3,7 +3,7 @@
 require_once('include/Scrape.php');
 require_once('include/follow.php');
 
-function repair_ostatus_content(&$a) {
+function repair_ostatus_content(App &$a) {
 
        if(! local_user()) {
                notice( t('Permission denied.') . EOL);
index 6257adc1baba24745c2572723e887542ebbc62ec..13c84c3fcc47049e4367803bc12590d768488c80 100644 (file)
@@ -2,7 +2,7 @@
 
 
 
-function rsd_xml_content(&$a) {
+function rsd_xml_content(App &$a) {
        header ("Content-Type: text/xml");
        echo '<?xml version="1.0" encoding="UTF-8"?>
  <rsd version="1.0" xmlns="http://archipelago.phrasewise.com/rsd">
index ff5856a946861a7ae91ea2cae7e5f87004dac08f..6c3aea211447f4676229f349cd9352dca1be3cfb 100644 (file)
@@ -19,7 +19,7 @@ function salmon_return($val) {
 
 }
 
-function salmon_post(&$a) {
+function salmon_post(App &$a) {
 
        $xml = file_get_contents('php://input');
 
index c19bb27673a83f2d91b6dd8a7a5eb679d4f0f4b8..3a253762689693dfcdc2aea6876bf2fffa08beb6 100644 (file)
@@ -43,7 +43,7 @@ function search_saved_searches() {
 }
 
 
-function search_init(&$a) {
+function search_init(App &$a) {
 
        $search = ((x($_GET,'search')) ? notags(trim(rawurldecode($_GET['search']))) : '');
 
@@ -81,13 +81,13 @@ function search_init(&$a) {
 
 
 
-function search_post(&$a) {
+function search_post(App &$a) {
        if(x($_POST,'search'))
                $a->data['search'] = $_POST['search'];
 }
 
 
-function search_content(&$a) {
+function search_content(App &$a) {
 
        if((get_config('system','block_public')) && (! local_user()) && (! remote_user())) {
                notice( t('Public access denied.') . EOL);
index 3ea4d7acf8fc297db18a96805f6fc85b175a7a51..0d052cc1b75770ba8e55d32a7ae949aaf85ef999 100644 (file)
@@ -16,7 +16,7 @@ function get_theme_config_file($theme){
        return null;
 }
 
-function settings_init(&$a) {
+function settings_init(App &$a) {
 
        if(! local_user()) {
                notice( t('Permission denied.') . EOL );
@@ -116,7 +116,7 @@ function settings_init(&$a) {
 }
 
 
-function settings_post(&$a) {
+function settings_post(App &$a) {
 
        if(! local_user())
                return;
@@ -652,7 +652,7 @@ function settings_post(&$a) {
 }
 
 
-function settings_content(&$a) {
+function settings_content(App &$a) {
 
        $o = '';
        nav_set_selected('settings');
index 0a34c6fc50699dd1923872f78d0aae8338be6820..f2e016708fef321a74937e3c8c9be93e5ba87401 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-function share_init(&$a) {
+function share_init(App &$a) {
 
        $post_id = (($a->argc > 1) ? intval($a->argv[1]) : 0);
        if((! $post_id) || (! local_user()))
index 573cf17c8a1a4f238c5cfdf77b96e51f729f613d..8e04d5d054497ef2b42cb3c742b52b9cdbaba82a 100644 (file)
@@ -6,7 +6,7 @@
 
 require_once("include/Smilies.php");
 
-function smilies_content(&$a) {
+function smilies_content(App &$a) {
        if ($a->argv[1]==="json"){
                $tmp = Smilies::get_list();
                $results = array();
index 0e5e75d1674bf335d6267bf984c208f1a3f2e941..f3fc5870ead480422c2c802fc88225dbb44de4c7 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 
-function starred_init(&$a) {
+function starred_init(App &$a) {
 
        require_once("include/threads.php");
 
index 21a9a0521c63d395267bfbe60f0431936ab3e071..2f2adaafe7980c40e564bfc7e8499bae4a2e3af8 100644 (file)
@@ -5,7 +5,7 @@
 
 require_once("include/plugin.php");
 
-function statistics_json_init(&$a) {
+function statistics_json_init(App &$a) {
 
         if (!get_config("system", "nodeinfo")) {
                 http_status_exit(404);
index 66072bcc881a293543de899a93db7e8bb1f0a5d5..02b1482c3e9d5a05c67ec56d35e0d6d3904445ee 100644 (file)
@@ -5,7 +5,7 @@ require_once('include/bbcode.php');
 require_once('include/items.php');
 
 
-function subthread_content(&$a) {
+function subthread_content(App &$a) {
 
        if(! local_user() && ! remote_user()) {
                return;
index 73f5ffe4b218722247617cf42ab9dcbd9590b6c5..514b8f83c6dad32d187375eb83e8ed9d8c7cc967 100644 (file)
@@ -4,7 +4,7 @@ require_once('include/socgraph.php');
 require_once('include/contact_widgets.php');
 
 
-function suggest_init(&$a) {
+function suggest_init(App &$a) {
        if(! local_user())
                return;
 
@@ -49,7 +49,7 @@ function suggest_init(&$a) {
 
 
 
-function suggest_content(&$a) {
+function suggest_content(App &$a) {
 
        require_once("mod/proxy.php");
 
index d44288ef0aabc146fe49109b5fe87d310b49ab9c..4d93047e260ac6098fb2e9cdc87e2d54b0068f03 100644 (file)
@@ -5,7 +5,7 @@ require_once('include/bbcode.php');
 require_once('include/items.php');
 
 
-function tagger_content(&$a) {
+function tagger_content(App &$a) {
 
        if(! local_user() && ! remote_user()) {
                return;
index d6e57d36a93fe3e3664799b8158580e07bc49761..5c87d0ce263eb8f0214ab9c4c3faf1f3e1cee5c2 100644 (file)
@@ -2,7 +2,7 @@
 
 require_once('include/bbcode.php');
 
-function tagrm_post(&$a) {
+function tagrm_post(App &$a) {
 
        if(! local_user())
                goaway(App::get_baseurl() . '/' . $_SESSION['photo_return']);
@@ -48,7 +48,7 @@ function tagrm_post(&$a) {
 
 
 
-function tagrm_content(&$a) {
+function tagrm_content(App &$a) {
 
        $o = '';
 
index dbf0eb0f132eec123c97c40f96bc66cbb6846698..6c3651393d1a2ead726a71f7fa71c92dbf6dd74e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-function toggle_mobile_init(&$a) {
+function toggle_mobile_init(App &$a) {
 
        if(isset($_GET['off']))
                $_SESSION['show-mobile'] = false;
index d9bd5ae01eba0ae8f3a320e40071e8347c2d00fd..e98449a8777631fbbc3ceef0f735a741003a100e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-function uexport_init(&$a){
+function uexport_init(App &$a){
        if(! local_user())
                killme();
 
@@ -8,7 +8,7 @@ function uexport_init(&$a){
         settings_init($a);
 }
 
-function uexport_content(&$a){
+function uexport_content(App &$a){
 
     if ($a->argc > 1) {
         header("Content-type: application/json");
@@ -122,7 +122,7 @@ function uexport_account($a){
 /**
  * echoes account data and items as separated json, one per line
  */
-function uexport_all(&$a) {
+function uexport_all(App &$a) {
 
        uexport_account($a);
        echo "\n";
index 7ed5648d9e2d360de0cef3b85bb885ed9a903d66..15bc8322b97fdd3337c0293580e0f64cea59101a 100644 (file)
@@ -1,11 +1,12 @@
 <?php\r
 /**\r
  * View for user import\r
+ * @TODO This file has DOS line endings!\r
  */\r
 \r
 require_once("include/uimport.php");\r
 \r
-function uimport_post(&$a) {\r
+function uimport_post(App &$a) {\r
        switch($a->config['register_policy']) {\r
         case REGISTER_OPEN:\r
             $blocked = 0;\r
@@ -35,7 +36,7 @@ function uimport_post(&$a) {
     }\r
 }\r
 \r
-function uimport_content(&$a) {\r
+function uimport_content(App &$a) {\r
        \r
        if((! local_user()) && ($a->config['register_policy'] == REGISTER_CLOSED)) {\r
                notice("Permission denied." . EOL);\r
index d5df7ba3bf7e0545e355d2d2e8febcbbf7a78e91..179e9c61c4d991fdb457803a963caf027c98022e 100644 (file)
@@ -4,7 +4,7 @@
 
 require_once("mod/community.php");
 
-function update_community_content(&$a) {
+function update_community_content(App &$a) {
 
        header("Content-type: text/html");
        echo "<!DOCTYPE html><html><body>\r\n";
index bd2a52934ff477894b5f38815662ed15be973c88..230bbaa0b460d20cdabfb28e4ce5760f7a9b8019 100644 (file)
@@ -5,7 +5,7 @@
 require_once("mod/display.php");
 require_once("include/group.php");
 
-function update_display_content(&$a) {
+function update_display_content(App &$a) {
 
        $profile_uid = intval($_GET["p"]);
 
index 258d03e3227e80b35183ab2dcc92edfd961d8bbb..c6d33132cc7557d33eae48a3681c0f8ac713efce 100644 (file)
@@ -5,7 +5,7 @@
 require_once("mod/network.php");
 require_once("include/group.php");
 
-function update_network_content(&$a) {
+function update_network_content(App &$a) {
 
        $profile_uid = intval($_GET["p"]);
 
index ee9d1d71f56a7f25fabb46e8e7ad51d3977975c4..b21f698054b9fa3d92f9bdd2ba1ae2280ff5517e 100644 (file)
@@ -7,7 +7,7 @@
 
 require_once("mod/notes.php");
 
-function update_notes_content(&$a) {
+function update_notes_content(App &$a) {
 
        $profile_uid = intval($_GET["p"]);
 
index 1bc29d82cef3f3ad4c11d82f20fe61a08d895ef0..e16b0b5cccbe58126ca678c126aaefeba60ce7f7 100644 (file)
@@ -7,7 +7,7 @@
 
 require_once("mod/profile.php");
 
-function update_profile_content(&$a) {
+function update_profile_content(App &$a) {
 
        $profile_uid = intval($_GET["p"]);
 
index 92e5fe55484868cece8d8020de40325254e68064..eb5a2cee4e191815b43e1622085f69ffeffe4f7f 100644 (file)
@@ -6,7 +6,7 @@ require_once('include/security.php');
 require_once('include/redir.php');
 
 
-function videos_init(&$a) {
+function videos_init(App &$a) {
 
        if($a->argc > 1)
                auto_redir($a, $a->argv[1]);
@@ -102,7 +102,7 @@ function videos_init(&$a) {
 
 
 
-function videos_post(&$a) {
+function videos_post(App &$a) {
 
        $owner_uid = $a->data['user']['uid'];
 
@@ -178,7 +178,7 @@ function videos_post(&$a) {
 
 
 
-function videos_content(&$a) {
+function videos_content(App &$a) {
 
        // URLs (most aren't currently implemented):
        // videos/name
index 3fd5d79e1b4ae16cfaa12739745656617d53b3d9..6ae458b6a21cc2a9abed43d741797deeaf659c1d 100644 (file)
@@ -2,7 +2,7 @@
 require_once('include/Contact.php');
 require_once('include/contact_selectors.php');
 
-function viewcontacts_init(&$a) {
+function viewcontacts_init(App &$a) {
 
        if((get_config('system','block_public')) && (! local_user()) && (! remote_user())) {
                return;
@@ -29,7 +29,7 @@ function viewcontacts_init(&$a) {
 }
 
 
-function viewcontacts_content(&$a) {
+function viewcontacts_content(App &$a) {
        require_once("mod/proxy.php");
 
        if((get_config('system','block_public')) && (! local_user()) && (! remote_user())) {
index 904b1442505d6f1aea9e58ae6335ea8dacb92485..ccb07697025836fb03c8939141958974067b4b17 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 
-function viewsrc_content(&$a) {
+function viewsrc_content(App &$a) {
 
        if(! local_user()) {
                notice( t('Access denied.') . EOL);
index 525d3509c17516f33efb52276eefba803db15d0b..18125685450c4760929ce37f90926f69f16a4a94 100644 (file)
@@ -3,7 +3,7 @@
 require_once('include/attach.php');
 require_once('include/datetime.php');
 
-function wall_attach_post(&$a) {
+function wall_attach_post(App &$a) {
 
        $r_json = (x($_GET,'response') && $_GET['response']=='json');
 
index afe25cbe8be9dfeb3fa0ac86c1023baa864f0e82..e0c702cdb0ca45abfcb9e1cdd96e405c058325a1 100644 (file)
@@ -2,7 +2,7 @@
 
 require_once('include/message.php');
 
-function wallmessage_post(&$a) {
+function wallmessage_post(App &$a) {
 
        $replyto = get_my_url();
        if(! $replyto) {
@@ -73,7 +73,7 @@ function wallmessage_post(&$a) {
 }
 
 
-function wallmessage_content(&$a) {
+function wallmessage_content(App &$a) {
 
        if(! get_my_url()) {
                notice( t('Permission denied.') . EOL);
index e1e5b367b9d2054edd878f4201bd4b47e6c3c553..f08451ba70446d380b75170c04272f721594d13e 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 require_once("include/Probe.php");
 
-function webfinger_content(&$a) {
+function webfinger_content(App &$a) {
 
        $o .= '<h3>Webfinger Diagnostic</h3>';
 
index 290c524a7d7aac3446159346b22989f54c068084..02a5d7b23c33270e48603e7bc6a7babde96f42be 100644 (file)
@@ -2,7 +2,7 @@
 
 require_once('include/crypto.php');
 
-function xrd_init(&$a) {
+function xrd_init(App &$a) {
 
        $uri = urldecode(notags(trim($_GET['uri'])));