diff options
Diffstat (limited to 'lib/migrate.php')
-rw-r--r-- | lib/migrate.php | 6 |
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. |