diff options
author | zotlabs <mike@macgirvin.com> | 2017-11-06 21:55:36 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-11-06 21:55:36 -0800 |
commit | 5376a734d45554fafacb674a725dc2831db1bf14 (patch) | |
tree | fb6723a5e45e0068187aa77221ffb3ed698463c3 | |
parent | 3f1a4b655900d64ad2c13f1906eb77eaf15d11b5 (diff) | |
download | volse-hubzilla-5376a734d45554fafacb674a725dc2831db1bf14.tar.gz volse-hubzilla-5376a734d45554fafacb674a725dc2831db1bf14.tar.bz2 volse-hubzilla-5376a734d45554fafacb674a725dc2831db1bf14.zip |
.htignore update
-rwxr-xr-x | .gitignore | 3 | ||||
-rw-r--r-- | Zotlabs/Module/Defperms.php | 2 |
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 * * */ |