aboutsummaryrefslogtreecommitdiffstats
path: root/include/import.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-12-30 13:35:59 +0100
committerMario Vavti <mario@mariovavti.com>2016-12-30 13:35:59 +0100
commit74d69bdedc6ba3edcb2de43bda1be453123292c1 (patch)
tree696390d951bb69c23a836fb29754dac4c25ed73d /include/import.php
parent8a074dedb6ded00589ea9890fd6b40789cf920ce (diff)
parent2e2254371a0d6bdc2bb6e13b699e6353e42b1c2f (diff)
downloadvolse-hubzilla-74d69bdedc6ba3edcb2de43bda1be453123292c1.tar.gz
volse-hubzilla-74d69bdedc6ba3edcb2de43bda1be453123292c1.tar.bz2
volse-hubzilla-74d69bdedc6ba3edcb2de43bda1be453123292c1.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'include/import.php')
-rw-r--r--include/import.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/import.php b/include/import.php
index 0d8398acb..e3d3e7e81 100644
--- a/include/import.php
+++ b/include/import.php
@@ -86,7 +86,7 @@ function import_channel($channel, $account_id, $seize) {
}
if(! $r) {
- logger('mod_import: channel clone failed. ', print_r($channel,true));
+ logger('mod_import: channel clone failed. ' . print_r($channel,true));
notice( t('Channel clone failed. Import failed.') . EOL);
return false;
}
@@ -96,7 +96,7 @@ function import_channel($channel, $account_id, $seize) {
$channel['channel_guid'] // Already dbesc'd
);
if(! $r) {
- logger('mod_import: channel not found. ', print_r($channel,true));
+ logger('mod_import: channel not found. ' . print_r($channel,true));
notice( t('Cloned channel not found. Import failed.') . EOL);
return false;
}