diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-18 20:00:32 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-18 20:00:32 +0100 |
commit | 82b35e27620e97eb01ab55fe97b55c9ec8e05b81 (patch) | |
tree | 5af14bc032e51db7b979168f0a1621f3b085b0f8 /Zotlabs/Module | |
parent | 56f32104d53ea3caaaa1770fd031a1f54a43e924 (diff) | |
download | volse-hubzilla-82b35e27620e97eb01ab55fe97b55c9ec8e05b81.tar.gz volse-hubzilla-82b35e27620e97eb01ab55fe97b55c9ec8e05b81.tar.bz2 volse-hubzilla-82b35e27620e97eb01ab55fe97b55c9ec8e05b81.zip |
fix abook_edit and private mail
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r-- | Zotlabs/Module/Settings/Permcats.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Settings/Permcats.php b/Zotlabs/Module/Settings/Permcats.php index 35d533196..90dc526bf 100644 --- a/Zotlabs/Module/Settings/Permcats.php +++ b/Zotlabs/Module/Settings/Permcats.php @@ -114,4 +114,4 @@ logger('cmd: ' . \App::$cmd); return $o; } -}
\ No newline at end of file +} |