diff options
Diffstat (limited to 'modules/digibug/controllers')
-rw-r--r-- | modules/digibug/controllers/admin_digibug.php | 3 | ||||
-rw-r--r-- | modules/digibug/controllers/digibug.php | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/modules/digibug/controllers/admin_digibug.php b/modules/digibug/controllers/admin_digibug.php index 86338f6b..8263fc83 100644 --- a/modules/digibug/controllers/admin_digibug.php +++ b/modules/digibug/controllers/admin_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 * 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")); |