aboutsummaryrefslogtreecommitdiff
path: root/lib/migrate.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2010-05-01 12:24:16 +0000
committerCash Costello <cash.costello@gmail.com>2010-05-01 12:24:16 +0000
commitec7f055fd50b809ea50b7917b9c2e0cee5cd50d6 (patch)
tree40082090349123bfdda1b0b8ba444b9bfe5b91f8 /lib/migrate.php
parentfaeb704ed004777c57389f829519feeb2e235f11 (diff)
downloadelgg-ec7f055fd50b809ea50b7917b9c2e0cee5cd50d6.tar.gz
elgg-ec7f055fd50b809ea50b7917b9c2e0cee5cd50d6.tar.bz2
cleaned up library files
Diffstat (limited to 'lib/migrate.php')
-rw-r--r--lib/migrate.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/migrate.php b/lib/migrate.php
index ca68ec8c4..f8e68a1be 100644
--- a/lib/migrate.php
+++ b/lib/migrate.php
@@ -1,4 +1,10 @@
<?php
+/**
+ * Tidypics file plugin migration
+ *
+ * Supports moving photos from the files plugin to Tidypics. All of a users
+ * photos end up in a single album.
+ */
// need access to ElggDiskFilestore::make_file_matrix(), which is protected.
// this is a PITA.