diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2021-07-10 15:32:00 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2021-07-10 15:32:00 +0200 |
commit | 40e2432fffb2ee29e068288bfebc1eaaf964d08b (patch) | |
tree | 5bfb7b5eefd8a3f7bba71b066808fd8a41e407fd /unshorturl | |
parent | 3613ba714878f8503d590bb24423572d1bc54ee7 (diff) | |
download | volse-hz-addons-40e2432fffb2ee29e068288bfebc1eaaf964d08b.tar.gz volse-hz-addons-40e2432fffb2ee29e068288bfebc1eaaf964d08b.tar.bz2 volse-hz-addons-40e2432fffb2ee29e068288bfebc1eaaf964d08b.zip |
Small but significant typo...
Diffstat (limited to 'unshorturl')
-rw-r--r-- | unshorturl/unshorturl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unshorturl/unshorturl.php b/unshorturl/unshorturl.php index 626891f..abd2779 100644 --- a/unshorturl/unshorturl.php +++ b/unshorturl/unshorturl.php @@ -12,7 +12,7 @@ */ use Zotlabs\Lib\Apps; -use Zotlabs\Extend\Hooks; +use Zotlabs\Extend\Hook; function unshorturl_install() { Hook::register('perpare_body', 'addon/unshorturl/unshorturl.php', 'unshorturl_prepare_body', 1); |