register workflow was getting over-ridden in include/security

This commit is contained in:
zotlabs
2017-10-19 18:48:11 -07:00
parent 7d92e9026e
commit 400441d56b
2 changed files with 6 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ require_once('include/permissions.php');
class New_channel extends \Zotlabs\Web\Controller {
function init() {
$cmd = ((argc() > 1) ? argv(1) : '');
if($cmd === 'autofill.json') {