first pass name change

This commit is contained in:
redmatrix
2015-05-05 03:56:10 -07:00
parent 57fcfc9398
commit a3c37f1458
91 changed files with 680 additions and 680 deletions

View File

@@ -1,11 +1,11 @@
<?php /** @file */
namespace RedMatrix\Import;
namespace Hubzilla\Import;
/**
* @brief Class Import
*
* @package RedMatrix\Import
* @package Hubzilla\Import
*/
class Import {

View File

@@ -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'];