diff options
author | zotlabs <mike@macgirvin.com> | 2017-09-25 20:12:43 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-09-25 20:12:43 -0700 |
commit | be8061b64b47d96ae67e672bf2835e8cec73d979 (patch) | |
tree | ec1d999785dd0190093a840fd810a03f751ef5e2 | |
parent | d91a82430ad4ea9def4f0c033df4be34cb26d42e (diff) | |
download | volse-hubzilla-be8061b64b47d96ae67e672bf2835e8cec73d979.tar.gz volse-hubzilla-be8061b64b47d96ae67e672bf2835e8cec73d979.tar.bz2 volse-hubzilla-be8061b64b47d96ae67e672bf2835e8cec73d979.zip |
typo
-rw-r--r-- | Zotlabs/Lib/System.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/System.php b/Zotlabs/Lib/System.php index 8b4d7258a..c3e11eb6a 100644 --- a/Zotlabs/Lib/System.php +++ b/Zotlabs/Lib/System.php @@ -64,7 +64,7 @@ class System { static public function get_zot_revision() { $x = [ 'revision' => ZOT_REVISION ]; - call_hooks('zot_revision',$x) + call_hooks('zot_revision',$x); return $x['revision']; } |