diff --git a/3.0/modules/register/controllers/register.php b/3.0/modules/register/controllers/register.php index 7f79bc63..c070e9ef 100755 --- a/3.0/modules/register/controllers/register.php +++ b/3.0/modules/register/controllers/register.php @@ -17,6 +17,8 @@ * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ class register_Controller extends Controller { + const ALLOW_PRIVATE_GALLERY = true; + public function index() { print $this->_get_form(); } diff --git a/3.1/modules/register/controllers/register.php b/3.1/modules/register/controllers/register.php index 7f79bc63..c070e9ef 100755 --- a/3.1/modules/register/controllers/register.php +++ b/3.1/modules/register/controllers/register.php @@ -17,6 +17,8 @@ * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ class register_Controller extends Controller { + const ALLOW_PRIVATE_GALLERY = true; + public function index() { print $this->_get_form(); }