diff options
Diffstat (limited to 'modules/digibug/controllers/digibug.php')
-rw-r--r-- | modules/digibug/controllers/digibug.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/digibug/controllers/digibug.php b/modules/digibug/controllers/digibug.php index 1e968d74..f2f3d6cd 100644 --- a/modules/digibug/controllers/digibug.php +++ b/modules/digibug/controllers/digibug.php @@ -1,4 +1,5 @@ -<?php defined("SYSPATH") or die("No direct script access.");/** +<?php defined("SYSPATH") or die("No direct script access."); +/** * Gallery - a web based photo album viewer and editor * Copyright (C) 2000-2009 Bharat Mediratta * @@ -38,7 +39,7 @@ class Digibug_Controller extends Controller { "form" => $form->__toString())); } } - + private function _get_form() { $form = new Forge("digibug/handler", "", "post", array("id" => "gDigibugForm")); |