From ea6ad6ff9788255e9df478a4eb9f33c38c62ffb8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 27 Aug 2006 17:37:42 +0000 Subject: [PATCH] - put g2data to /var/lib/gallery Changed files: gallery-setup.patch -> 1.2 --- gallery-setup.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gallery-setup.patch b/gallery-setup.patch index 578f9d2..ec97c87 100644 --- a/gallery-setup.patch +++ b/gallery-setup.patch @@ -19,7 +19,7 @@ $this->_dir = $galleryStub->getConfig('data.gallery.base'); if (empty($this->_dir)) { - $this->_dir = $_SESSION['configPath'] . DIRECTORY_SEPARATOR . 'g2data'; -+ $this->_dir = '/var/lib/gallery/g2data'; ++ $this->_dir = '/var/lib/gallery'; } } -- 2.44.0