aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/System.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-09-25 20:12:43 -0700
committerzotlabs <mike@macgirvin.com>2017-09-25 20:12:43 -0700
commitbe8061b64b47d96ae67e672bf2835e8cec73d979 (patch)
treeec1d999785dd0190093a840fd810a03f751ef5e2 /Zotlabs/Lib/System.php
parentd91a82430ad4ea9def4f0c033df4be34cb26d42e (diff)
downloadvolse-hubzilla-be8061b64b47d96ae67e672bf2835e8cec73d979.tar.gz
volse-hubzilla-be8061b64b47d96ae67e672bf2835e8cec73d979.tar.bz2
volse-hubzilla-be8061b64b47d96ae67e672bf2835e8cec73d979.zip
typo
Diffstat (limited to 'Zotlabs/Lib/System.php')
-rw-r--r--Zotlabs/Lib/System.php2
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'];
}