aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-06-04 11:38:54 +0000
committerCash Costello <cash.costello@gmail.com>2009-06-04 11:38:54 +0000
commitee733ee32b08e062ab868a3b26c3cbe73852a28e (patch)
tree5080cb476b1ed07ee5ec15f2e2480c8a3fd5ae80 /lib
parent1447a6c7d8c821e2ad34145ade26376a5c9b2a03 (diff)
downloadelgg-ee733ee32b08e062ab868a3b26c3cbe73852a28e.tar.gz
elgg-ee733ee32b08e062ab868a3b26c3cbe73852a28e.tar.bz2
1. only supporting Elgg 1.5 and greater now - river code
2. fixed a bug with river code and adding single images to activity
Diffstat (limited to 'lib')
-rw-r--r--lib/watermark.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/watermark.php b/lib/watermark.php
index 64385ae4a..4aa719aea 100644
--- a/lib/watermark.php
+++ b/lib/watermark.php
@@ -1,7 +1,9 @@
<?php
+include_once dirname(__FILE__) . "/tidypics.php";
+
+
function tp_watermark($thumbs) {
- include_once dirname(__FILE__) . "/tidypics.php";
global $CONFIG;
$user = get_user_entity_as_row($album->owner_guid);