first pass name change
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<?php /** @file */
|
||||
|
||||
namespace RedMatrix\Import;
|
||||
namespace Hubzilla\Import;
|
||||
|
||||
/**
|
||||
* @brief Class Import
|
||||
*
|
||||
* @package RedMatrix\Import
|
||||
* @package Hubzilla\Import
|
||||
*/
|
||||
class Import {
|
||||
|
||||
|
||||
@@ -205,7 +205,7 @@ function reflect_find_user($users,$name) {
|
||||
|
||||
function reflect_comment_store($channel,$post,$comment,$user) {
|
||||
|
||||
// if the commenter was the channel owner, use their redmatrix xchan
|
||||
// if the commenter was the channel owner, use their hubzilla xchan
|
||||
|
||||
if($comment['author'] === REFLECT_EXPORTUSERNAME && $comment['registered'])
|
||||
$hash = $channel['xchan_hash'];
|
||||
|
||||
Reference in New Issue
Block a user