diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-08-18 23:08:32 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-08-18 23:08:32 -0600 |
| commit | 3b8323d5b4db4904aba9ea2f922140ab235dd681 (patch) | |
| tree | d61e7e2fef9d9aa58389b0cd6c83cb148e85644d /modules/gallery/controllers | |
| parent | bb6bf17076eff74ee490d17b510150d68f5faa54 (diff) | |
| parent | 67d770fb2a417359526923712899e8d799363bef (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/controllers')
| -rw-r--r-- | modules/gallery/controllers/admin_graphics.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/controllers/admin_graphics.php b/modules/gallery/controllers/admin_graphics.php index 565ee1b0..c59dd38e 100644 --- a/modules/gallery/controllers/admin_graphics.php +++ b/modules/gallery/controllers/admin_graphics.php @@ -32,7 +32,7 @@ class Admin_Graphics_Controller extends Admin_Controller { if ($toolkit_id != module::get_var("gallery", "graphics_toolkit")) { $tk = graphics::detect_toolkits(); module::set_var("gallery", "graphics_toolkit", $toolkit_id); - module::set_var("gallery", "graphics_toolkit_path", dirname($tk->$toolkit_id->dir)); + module::set_var("gallery", "graphics_toolkit_path", $tk->$toolkit_id->dir); site_status::clear("missing_graphics_toolkit"); |
