aboutsummaryrefslogtreecommitdiffstats
path: root/include/import.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-12-30 02:31:53 -0800
committerzotlabs <mike@macgirvin.com>2016-12-30 02:31:53 -0800
commite8a2ad43158bf94d55e64a23040c4a84a9414720 (patch)
treee4dc8fe7a218f0b5e77d5519516779fa58f04e07 /include/import.php
parentd29bd4b0548241e0b80ffae63c458df7b2236259 (diff)
downloadvolse-hubzilla-e8a2ad43158bf94d55e64a23040c4a84a9414720.tar.gz
volse-hubzilla-e8a2ad43158bf94d55e64a23040c4a84a9414720.tar.bz2
volse-hubzilla-e8a2ad43158bf94d55e64a23040c4a84a9414720.zip
logger typos
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;
}