From 5ac5a67b6bb558740ce0cdbd4c3984e2c190ee26 Mon Sep 17 00:00:00 2001
From: Tobias Diekershoff <tobias.diekershoff@gmx.net>
Date: Fri, 11 Oct 2019 11:49:28 +0200
Subject: [PATCH] enhance description

---
 src/Module/Settings/Uexport.php | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/Module/Settings/Uexport.php b/src/Module/Settings/Uexport.php
index 133146629..b19838941 100644
--- a/src/Module/Settings/Uexport.php
+++ b/src/Module/Settings/Uexport.php
@@ -27,6 +27,9 @@ class Uexport extends BaseSettingsModule
 	 * 1. The profile data that can be used by uimport to resettle
 	 *    to a different Friendica instance
 	 * 2. The entire data-set, profile plus postings
+	 *
+	 * If there is an action required through the URL / path, react
+	 * accordingly and export the requested data.
 	 **/
 	public static function content()
 	{