1
0

Merge branch 'master' of git://github.com/gallery/gallery3-contrib

This commit is contained in:
Chad Kieffer 2010-12-24 12:43:09 -07:00
commit 0210d1931a
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();
}