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
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
require_once("include/uimport.php");
|
||||
|
||||
function uimport_post(App &$a) {
|
||||
function uimport_post(App $a) {
|
||||
switch($a->config['register_policy']) {
|
||||
case REGISTER_OPEN:
|
||||
$blocked = 0;
|
||||
|
|
@ -36,7 +36,7 @@ function uimport_post(App &$a) {
|
|||
}
|
||||
}
|
||||
|
||||
function uimport_content(App &$a) {
|
||||
function uimport_content(App $a) {
|
||||
|
||||
if ((! local_user()) && ($a->config['register_policy'] == REGISTER_CLOSED)) {
|
||||
notice("Permission denied." . EOL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue