Merge remote-tracking branch 'upstream/develop' into 1701-curl-range
Conflicts: mod/oexchange.php mod/uimport.php
This commit is contained in:
commit
e67133ef56
162 changed files with 798 additions and 757 deletions
|
@ -1,6 +1,5 @@
|
|||
<?php
|
||||
|
||||
function oexchange_init(App &$a) {
|
||||
function oexchange_init(App $a) {
|
||||
|
||||
if (($a->argc > 1) && ($a->argv[1] === 'xrd')) {
|
||||
$tpl = get_markup_template('oexchange_xrd.tpl');
|
||||
|
@ -11,7 +10,7 @@ function oexchange_init(App &$a) {
|
|||
}
|
||||
}
|
||||
|
||||
function oexchange_content(App &$a) {
|
||||
function oexchange_content(App $a) {
|
||||
|
||||
if (! local_user()) {
|
||||
$o = login(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue