diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-22 06:03:55 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-22 06:03:55 -0700 |
| commit | 05f8659a7ffa35cb1458c69e4db1196aa384fff0 (patch) | |
| tree | ed01a69e5396472de8041bad90c632696c47f1d6 /modules/digibug/controllers | |
| parent | f981484a8051c0d5d05dae55882aefdb7094403a (diff) | |
Fix preamble so tests pass
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")); |
