From 63b91d8aee8e40497d865591d16ee1716e0c9c15 Mon Sep 17 00:00:00 2001 From: Greg Froese Date: Wed, 20 May 2009 03:56:56 +0000 Subject: put watermark masks in proper place --- actions/upload.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actions') diff --git a/actions/upload.php b/actions/upload.php index d9129aef7..dd50d2381 100644 --- a/actions/upload.php +++ b/actions/upload.php @@ -6,8 +6,8 @@ */ global $CONFIG; - include dirname(dirname(__FILE__)) . "/lib/resize.php"; - include dirname(dirname(__FILE__)) . "/lib/watermark.php"; + include_once dirname(dirname(__FILE__)) . "/lib/resize.php"; + include_once dirname(dirname(__FILE__)) . "/lib/watermark.php"; // Get common variables $access_id = (int) get_input("access_id"); -- cgit v1.2.3