From c936eebcf7c57cfca8c3ff2e7b97441351118640 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 5 Apr 2009 20:43:05 +0000 Subject: Don't do graphics detection in core_installer::install() because that gets run at scaffolding::package() time, not on the target machine. Instead, create a core module variable to trigger running graphics::choose_default_toolkit() on the first admin login after install. Fixes ticket #206. --- core/views/admin_graphics_none.html.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 core/views/admin_graphics_none.html.php (limited to 'core/views') diff --git a/core/views/admin_graphics_none.html.php b/core/views/admin_graphics_none.html.php new file mode 100644 index 00000000..5306a70d --- /dev/null +++ b/core/views/admin_graphics_none.html.php @@ -0,0 +1,7 @@ + +
+

+

+ +

+
-- cgit v1.2.3