1
0

Mark the register controller as a legal controller when the entire

Gallery is private.  Fixes #1549.
This commit is contained in:
Bharat Mediratta 2010-12-23 23:38:43 -08:00
parent 6dfa636c3e
commit 8b3379c231
2 changed files with 4 additions and 0 deletions

View File

@ -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();
}

View File

@ -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();
}