From be8061b64b47d96ae67e672bf2835e8cec73d979 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 25 Sep 2017 20:12:43 -0700 Subject: typo --- Zotlabs/Lib/System.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs/Lib/System.php') 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']; } -- cgit v1.2.3