diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-06-05 12:14:47 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-06-05 12:14:47 +0000 |
commit | ea8ea3c610582c8d564c5be38bc91b1987410a6b (patch) | |
tree | c09b9970fd7320f74fd4d1815692369dded39bab /lib/migrate.php | |
parent | a1c32cf049031a463b1d7bb49a5c2957924d83a5 (diff) | |
download | elgg-ea8ea3c610582c8d564c5be38bc91b1987410a6b.tar.gz elgg-ea8ea3c610582c8d564c5be38bc91b1987410a6b.tar.bz2 |
merged in r580 and r581 into trunk
Diffstat (limited to 'lib/migrate.php')
-rw-r--r-- | lib/migrate.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/migrate.php b/lib/migrate.php index f8e68a1be..8c62126f0 100644 --- a/lib/migrate.php +++ b/lib/migrate.php @@ -4,6 +4,8 @@ * * Supports moving photos from the files plugin to Tidypics. All of a users * photos end up in a single album. + * + * Not supported */ // need access to ElggDiskFilestore::make_file_matrix(), which is protected. |