From 201e8cdf7046937eef0e53542d777bf67c496054 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 21 Apr 2009 04:21:34 +0000 Subject: 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). --- modules/g2_import/helpers/g2_import_menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/g2_import/helpers/g2_import_menu.php') 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")) -- cgit v1.2.3