summaryrefslogtreecommitdiff
path: root/modules/g2_import
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-05-08 21:09:15 -0700
committerTim Almdal <tnalmdal@shaw.ca>2010-05-08 21:09:15 -0700
commit357d20a6800d75c266ebe4281ebdd08e88a6e13a (patch)
tree16c04abd61e0b5721b051142b55fd9ca6f226cd1 /modules/g2_import
parent14683ec0e8b8b9622539990c8d56310b0e0ced21 (diff)
parentb2f7f80efb4fc8de7c1be966720a5006310fefdb (diff)
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/g2_import')
-rw-r--r--modules/g2_import/controllers/admin_g2_import.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/g2_import/controllers/admin_g2_import.php b/modules/g2_import/controllers/admin_g2_import.php
index bc00378d..b1018560 100644
--- a/modules/g2_import/controllers/admin_g2_import.php
+++ b/modules/g2_import/controllers/admin_g2_import.php
@@ -30,6 +30,7 @@ class Admin_g2_import_Controller extends Admin_Controller {
}
$view = new Admin_View("admin.html");
+ $view->page_title = t("Gallery 2 import");
$view->content = new View("admin_g2_import.html");
$view->content->form = $this->_get_import_form();
$view->content->version = '';