summaryrefslogtreecommitdiff
path: root/modules/g2_import/helpers/g2_import_menu.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-04-21 04:21:34 +0000
committerBharat Mediratta <bharat@menalto.com>2009-04-21 04:21:34 +0000
commit201e8cdf7046937eef0e53542d777bf67c496054 (patch)
treedefa5d3aa5f241e60d9e8e4f3b62c5f26ad6165f /modules/g2_import/helpers/g2_import_menu.php
parente9867fb97cfcf1c5ae98f3ce6c8a0c6791b018ca (diff)
Highlight: we can now import photos and movies.
Notes: * Don't store the g2->g3 map in the task; it gets too large and overflows the context column. * Import album sort orders * Try to treat duplication in the summary and description fields sensibly. * Move the g2 import config page under the Settings menu * Clean up the settings page slightly and send users to the maintenance page to do the actual import (not an optimal UI, but it works).
Diffstat (limited to 'modules/g2_import/helpers/g2_import_menu.php')
-rw-r--r--modules/g2_import/helpers/g2_import_menu.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/g2_import/helpers/g2_import_menu.php b/modules/g2_import/helpers/g2_import_menu.php
index 3eff2714..3163e04e 100644
--- a/modules/g2_import/helpers/g2_import_menu.php
+++ b/modules/g2_import/helpers/g2_import_menu.php
@@ -20,7 +20,7 @@
class g2_import_menu_Core {
static function admin($menu, $theme) {
$menu
- ->get("content_menu")
+ ->get("settings_menu")
->append(Menu::factory("link")
->id("g2_import")
->label(t("Gallery 2 Import"))