register workflow was getting over-ridden in include/security

This commit is contained in:
zotlabs
2017-10-19 18:48:11 -07:00
committed by Mario
parent 8f465e3097
commit 36678d1b90
2 changed files with 6 additions and 2 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') {