aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.gitignore3
-rw-r--r--Zotlabs/Module/Defperms.php2
2 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 0e5233eaf..b001b6b27 100755
--- a/.gitignore
+++ b/.gitignore
@@ -19,10 +19,11 @@
Thumbs.db
-## Ignore RedMatrix site specific files and folders
+## Ignore site specific files and folders
.htconfig.php
favicon.*
addon/
+widget/
custom/
/store/
# site apps
diff --git a/Zotlabs/Module/Defperms.php b/Zotlabs/Module/Defperms.php
index 4e7ddb55a..9214331e4 100644
--- a/Zotlabs/Module/Defperms.php
+++ b/Zotlabs/Module/Defperms.php
@@ -159,7 +159,7 @@ class Defperms extends \Zotlabs\Web\Controller {
build_sync_packet(0 /* use the current local_channel */, array('abook' => array($clone)));
}
- /* @brief Generate content of connection edit page
+ /* @brief Generate content of connection default permissions page
*
*
*/