aboutsummaryrefslogtreecommitdiffstats
path: root/admin/include/themes.class.php
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2012-11-25 10:42:16 +0000
committermistic100 <mistic@piwigo.org>2012-11-25 10:42:16 +0000
commit4fab3d9922159d08fb681654cd4217f8278a32ff (patch)
tree63b65db279dcac4c91067010289b8de3298240a4 /admin/include/themes.class.php
parent25d2ac809f6845d73d99f9c0ead4095962e43231 (diff)
Merged revision(s) r19167 from trunk:
bug:2793 use "include_once" instead of "include" when including pclzip git-svn-id: http://piwigo.org/svn/branches/2.4@19168 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/include/themes.class.php')
-rw-r--r--admin/include/themes.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/include/themes.class.php b/admin/include/themes.class.php
index cb754a099..c370f03e0 100644
--- a/admin/include/themes.class.php
+++ b/admin/include/themes.class.php
@@ -577,7 +577,7 @@ SELECT
if ($handle = @fopen($archive, 'wb') and fetchRemote($url, $handle, $get_data))
{
fclose($handle);
- include(PHPWG_ROOT_PATH.'admin/include/pclzip.lib.php');
+ include_once(PHPWG_ROOT_PATH.'admin/include/pclzip.lib.php');
$zip = new PclZip($archive);
if ($list = $zip->listContent())
{