diff options
Diffstat (limited to 'actions/friends/editcollection.php')
-rw-r--r-- | actions/friends/editcollection.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/actions/friends/editcollection.php b/actions/friends/editcollection.php index 9b0dd7d23..8fd1eae18 100644 --- a/actions/friends/editcollection.php +++ b/actions/friends/editcollection.php @@ -1,10 +1,9 @@ <?php - /** * Elgg collection add page * - * @package Elgg - * @subpackage Core + * @package Elgg.Core + * @subpackage Friends.Collections */ $collection_id = get_input('collection_id'); |